mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
35 lines
No EOL
821 B
JSON
35 lines
No EOL
821 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
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"deleteCount": 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,
|
|
"fixInfo": null
|
|
}
|
|
] |