examples/connector_templates/http/template/README.md
TODO found Open
Open
TODO: Add description of connector
- Exclude checks
TODO found Open
Open
TODO: Add some sample Secretless configurations for your connector, or
- Exclude checks
TODO found Open
Open
TODO: Add known limitations here
- Exclude checks
TODO found Open
Open
## Using the [TODO: Add connector name] connector
- Exclude checks
TODO found Open
Open
TODO: Add any requirements on the target service, its configuration, etc
- Exclude checks
TODO found Open
Open
TODO: Add the required credentials and custom config required by your connector
- Exclude checks
TODO found Open
Open
TODO: If desired, add any special instructions for development on the connector
- Exclude checks
TODO found Open
Open
# [TODO: Add connector name] Connector
- Exclude checks
TODO found Open
Open
TODO: add some tips that end users can use to troubleshoot your connector, in
- Exclude checks
Multiple consecutive blank lines Open
Open
- Read upRead up
- Exclude checks
MD012 - Multiple consecutive blank lines
Tags: whitespace, blank_lines
Aliases: no-multiple-blanks
This rule is triggered when there are multiple consecutive blank lines in the document:
Some text here
Some more text here
To fix this, delete the offending lines:
Some text here
Some more text here
Note: this rule will not be triggered if there are multiple consecutive blank lines inside code blocks.