markdownlint/test/detailed-results-MD001-MD010.results.json
Milos Levacic 45424cf459 Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
2018-04-18 22:27:48 -07:00

74 lines
No EOL
2.4 KiB
JSON

[
{
"lineNumber": 3,
"ruleNames": [ "MD001", "heading-increment", "header-increment" ],
"ruleDescription": "Heading levels should only increment by one level at a time",
"errorDetail": "Expected: h3; Actual: h4",
"errorContext": null,
"errorRange": null
},
{
"lineNumber": 1,
"ruleNames": [ "MD002", "first-heading-h1", "first-header-h1" ],
"ruleDescription": "First heading should be a top level heading",
"errorDetail": "Expected: h1; Actual: h2",
"errorContext": null,
"errorRange": null
},
{
"lineNumber": 5,
"ruleNames": [ "MD003", "heading-style", "header-style" ],
"ruleDescription": "Heading style",
"errorDetail": "Expected: atx; Actual: atx_closed",
"errorContext": null,
"errorRange": null
},
{
"lineNumber": 10,
"ruleNames": [ "MD004", "ul-style" ],
"ruleDescription": "Unordered list style",
"errorDetail": "Expected: asterisk; Actual: dash",
"errorContext": null,
"errorRange": [1, 2]
},
{
"lineNumber": 8,
"ruleNames": [ "MD005", "list-indent" ],
"ruleDescription": "Inconsistent indentation for list items at the same level",
"errorDetail": "Expected: 0; Actual: 1",
"errorContext": null,
"errorRange": [1, 3]
},
{
"lineNumber": 12,
"ruleNames": [ "MD006", "ul-start-left" ],
"ruleDescription": "Consider starting bulleted lists at the beginning of the line",
"errorDetail": "Expected: 0; Actual: 1",
"errorContext": null,
"errorRange": [1, 3]
},
{
"lineNumber": 12,
"ruleNames": [ "MD007", "ul-indent" ],
"ruleDescription": "Unordered list indentation",
"errorDetail": "Expected: 2; Actual: 1",
"errorContext": null,
"errorRange": [1, 3]
},
{
"lineNumber": 15,
"ruleNames": [ "MD009", "no-trailing-spaces" ],
"ruleDescription": "Trailing spaces",
"errorDetail": "Expected: 0; Actual: 1",
"errorContext": null,
"errorRange": [5, 1]
},
{
"lineNumber": 17,
"ruleNames": [ "MD010", "no-hard-tabs" ],
"ruleDescription": "Hard tabs",
"errorDetail": "Column: 5",
"errorContext": null,
"errorRange": [5, 1]
}
]