mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 21:18:48 +01:00
Add name first-line-heading to MD041 for clarity (refs #169).
This commit is contained in:
parent
0184f9d618
commit
050cbbba82
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"lineNumber": 1,
|
||||
"ruleNames": [ "MD041", "first-line-h1" ],
|
||||
"ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ],
|
||||
"ruleDescription": "First line in file should be a top level heading",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041",
|
||||
"errorDetail": null,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
{
|
||||
"lineNumber": 4,
|
||||
"ruleNames": [ "MD041", "first-line-h1" ],
|
||||
"ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ],
|
||||
"ruleDescription": "First line in file should be a top level heading",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041",
|
||||
"errorDetail": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue