1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

Add config file for markdownlint

This config file turns off the "line too long" rule when within a code
block or a table.  Often there is no way to avoid going over 80 lines
in such cases.
This commit is contained in:
Jeremy Frasier 2019-06-24 17:14:02 -04:00
parent a13597d233
commit 1843ca0b48
No known key found for this signature in database
GPG key ID: 285B4A02F4305C09
2 changed files with 9 additions and 0 deletions

7
.mdl_config.json Normal file
View file

@ -0,0 +1,7 @@
{
"MD013": {
"code_blocks": false,
"tables": false
},
"default": true
}

View file

@ -30,6 +30,8 @@ repos:
# GitHub's autorecognition fu to work, so we should leave it
# alone.
exclude: LICENSE.md
args:
- --config=.mdl_config.json
- repo: https://github.com/adrienverge/yamllint
rev: v1.16.0
hooks: