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: 6 days 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 (almost 3 years ago)
- Last Synced: 2025-04-07T14:39:06.792Z (7 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