https://github.com/codeclimate-community/codeclimate-markdownlint
https://github.com/codeclimate-community/codeclimate-markdownlint
code-quality codeclimate codeclimate-engine linter linting markdown markdownlint quality static-code-analysis
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeclimate-community/codeclimate-markdownlint
- Owner: codeclimate-community
- Created: 2016-02-28T17:18:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T17:06:24.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:43:43.235Z (3 months ago)
- Topics: code-quality, codeclimate, codeclimate-engine, linter, linting, markdown, markdownlint, quality, static-code-analysis
- Language: Ruby
- Size: 60.5 KB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeclimate-markdownlint
[](https://codeclimate.com/github/codeclimate-community/codeclimate-markdownlint)
[](https://codeclimate.com/github/codeclimate-community/codeclimate-markdownlint/coverage)Code Climate Engine to run [markdownlint][mdl]
## Installation
```
git clone https://github.com/codeclimate-community/codeclimate-markdownlint
cd codeclimate-markdownlint
make
```## Usage
**.codeclimate.yml**
```yml
engines:
markdownlint:
enabled: true
``````
codeclimate analyze
```[mdl]: https://github.com/mivok/markdownlint