markdownlint/test/detailed-results-MD011-MD021.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

82 lines
No EOL
2.7 KiB
JSON

[
{
"lineNumber": 5,
"ruleNames": [ "MD011", "no-reversed-links" ],
"ruleDescription": "Reversed link syntax",
"errorDetail": "(reversed)[link]",
"errorContext": null,
"errorRange": [3, 16]
},
{
"lineNumber": 7,
"ruleNames": [ "MD012", "no-multiple-blanks" ],
"ruleDescription": "Multiple consecutive blank lines",
"errorDetail": "Expected: 1; Actual: 2",
"errorContext": null,
"errorRange": null
},
{
"lineNumber": 8,
"ruleNames": [ "MD013", "line-length" ],
"ruleDescription": "Line length",
"errorDetail": "Expected: 80; Actual: 99",
"errorContext": null,
"errorRange": [81, 19]
},
{
"lineNumber": 10,
"ruleNames": [ "MD014", "commands-show-output" ],
"ruleDescription": "Dollar signs used before commands without showing output",
"errorDetail": null,
"errorContext": "$ command with no output",
"errorRange": [5, 2]
},
{
"lineNumber": 12,
"ruleNames": [ "MD018", "no-missing-space-atx" ],
"ruleDescription": "No space after hash on atx style heading",
"errorDetail": null,
"errorContext": "##No space A",
"errorRange": [1, 3]
},
{
"lineNumber": 14,
"ruleNames": [ "MD019", "no-multiple-space-atx" ],
"ruleDescription": "Multiple spaces after hash on atx style heading",
"errorDetail": null,
"errorContext": "## Multiple spaces B",
"errorRange": [1, 5]
},
{
"lineNumber": 16,
"ruleNames": [ "MD020", "no-missing-space-closed-atx" ],
"ruleDescription": "No space inside hashes on closed atx style heading",
"errorDetail": null,
"errorContext": "##No space C ##",
"errorRange": [1, 3]
},
{
"lineNumber": 18,
"ruleNames": [ "MD020", "no-missing-space-closed-atx" ],
"ruleDescription": "No space inside hashes on closed atx style heading",
"errorDetail": null,
"errorContext": "## No space D##",
"errorRange": [13, 3]
},
{
"lineNumber": 20,
"ruleNames": [ "MD021", "no-multiple-space-closed-atx" ],
"ruleDescription": "Multiple spaces inside hashes on closed atx style heading",
"errorDetail": null,
"errorContext": "## Multiple spaces E ##",
"errorRange": [1, 5]
},
{
"lineNumber": 22,
"ruleNames": [ "MD021", "no-multiple-space-closed-atx" ],
"ruleDescription": "Multiple spaces inside hashes on closed atx style heading",
"errorDetail": null,
"errorContext": "## Multiple spaces F ##",
"errorRange": [20, 5]
}
]