mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Adds marksdownlint hook definition
This commit is contained in:
parent
31853d6c43
commit
6f8e8ff766
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,12 @@
|
||||||
language: python
|
language: python
|
||||||
entry: forbid-new-submodules
|
entry: forbid-new-submodules
|
||||||
description: Prevent addition of new git submodules
|
description: Prevent addition of new git submodules
|
||||||
|
- id: markdownlint
|
||||||
|
name: Check markdown files
|
||||||
|
description: Check markdown files and flag style issues
|
||||||
|
entry: run-mdl
|
||||||
|
language: ruby
|
||||||
|
types: ['markdown']
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
name: Mixed line ending
|
name: Mixed line ending
|
||||||
description: Replaces or checks mixed line ending
|
description: Replaces or checks mixed line ending
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue