Mark non-working external rules

This commit is contained in:
Titus Wormer 2017-03-02 16:07:48 +01:00
parent 361828472d
commit d82ab61b5c

View File

@ -220,28 +220,30 @@ Presets can be loaded through the [`preset` setting][config-preset].
External rules can be loaded just like normal rules.
⚠️ means the rule has not been updates for remark-lint 6.0.0.
<!--
This list is ordered based on the name without prefix, so
excluding `remark-lint-no-` or `remark-lint-`
-->
* [`vhf/remark-lint-alphabetize-lists`](https://github.com/vhf/remark-lint-alphabetize-lists)
— Ensure list items are in alphabetical order;
⚠️ Ensure list items are in alphabetical order;
* [`RichardLitt/remark-lint-appropriate-heading`](https://github.com/RichardLitt/remark-lint-appropriate-heading)
— Check that the top-level heading matches the directory name;
* [`vhf/remark-lint-blank-lines-1-0-2`](https://github.com/vhf/remark-lint-blank-lines-1-0-2)
— Ensure a specific number of lines between blocks;
⚠️ Ensure a specific number of lines between blocks;
* [`vhf/remark-lint-books-links`](https://github.com/vhf/remark-lint-books-links)
— Ensure links in lists of books follow a standard format;
⚠️ Ensure links in lists of books follow a standard format;
* [`Qard/remark-lint-code`](https://github.com/Qard/remark-lint-code)
— Lint fenced code blocks by corresponding language tags,
currently supporting [ESLint](https://github.com/Qard/remark-lint-code-eslint).
* [`vhf/remark-lint-no-empty-sections`](https://github.com/vhf/remark-lint-no-empty-sections)
— Ensure every heading is followed by content (forming a section);
⚠️ Ensure every heading is followed by content (forming a section);
* [`chcokr/remark-lint-sentence-newline`](https://github.com/chcokr/remark-lint-sentence-newline)
— Ensure sentences are followed by a newline;
⚠️ Ensure sentences are followed by a newline;
* [`vhf/remark-lint-no-url-trailing-slash`](https://github.com/vhf/remark-lint-no-url-trailing-slash)
— Ensure that the `href` of links has no trailing slash.
⚠️ Ensure that the `href` of links has no trailing slash.
## Related