markdownlint
Language: Markdown
Checks: 41
Categories: Style
Version: 0.5.0
markdownlint is a tool designed to check markdown files and flag style issues.
Enable the Plugin
To enable MarkdownLint analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
markdownlint:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
There is no configuration available for this engine in your .codeclimate.yml
.
- However, you can use markdownlint's native
.mdlrc
file to specify which rules the markdownlint engine processes.
Understand the Plugin
For more information about all the checks available and their configuration options, please check out the documentation here: https://github.com/mivok/markdownlint/blob/v0.4.0/docs/RULES.md
Known Issues
Updated over 5 years ago