mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-04 01:20:15 +01:00
20 lines
739 B
JSON
20 lines
739 B
JSON
[
|
|
{
|
|
"lineNumber": 6,
|
|
"ruleNames": [ "MD009", "no-trailing-spaces" ],
|
|
"ruleDescription": "Trailing spaces",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md009",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [5, 1]
|
|
},
|
|
{
|
|
"lineNumber": 4,
|
|
"ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ],
|
|
"ruleDescription": "First line in a file should be a top-level heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041",
|
|
"errorDetail": null,
|
|
"errorContext": "Text",
|
|
"errorRange": null
|
|
}
|
|
]
|