← Back to changelog

Good marks for your Markdown

We’re super excited to release a new community engine based on markdownlint, a style checking tool for markdown documents. markdownlint ships with a set of configurable rules to catch syntax issues and enforce consistency across all the Markdown documentation in your repo. ​ ​ To enable markdownlint for your analysis on codeclimate.com or Code Climate Enterprise, add the following to your .codeclimate.yml configuration file: ​ ​

   engines:
     markdownlint:
       enabled: true

​If you have the Code Climate CLI installed you can enable the engine with the engines:enable command: ​ ​

   brew update && brew upgrade codeclimate
   cd ~/my/awesome/app
   codeclimate engines:enable markdownlint
Actionable metrics for engineering leaders. Try Velocity Free