mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-07 06:21:47 +01:00
Regenerated config schema and adjusted tests
This commit is contained in:
parent
cf259d4099
commit
28dfe099f3
4 changed files with 11 additions and 6 deletions
|
|
@ -1256,12 +1256,12 @@
|
|||
"default": true
|
||||
},
|
||||
"MD047": {
|
||||
"description": "MD047/new-line-eof - New lines at the end of file",
|
||||
"description": "MD047/single-trailing-newline - Files should end with a single newline character",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"new-line-eof": {
|
||||
"description": "MD047/new-line-eof - New lines at the end of file",
|
||||
"single-trailing-newline": {
|
||||
"description": "MD047/single-trailing-newline - Files should end with a single newline character",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
|
|
@ -1306,7 +1306,7 @@
|
|||
"default": true
|
||||
},
|
||||
"blank_lines": {
|
||||
"description": "blank_lines - MD012, MD022, MD031, MD032",
|
||||
"description": "blank_lines - MD012, MD022, MD031, MD032, MD047",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue