markdownlint/test/detailed-results-MD022-MD030.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

98 lines
No EOL
3.2 KiB
JSON

[
{
"lineNumber": 1,
"ruleNames": [ "MD022", "blanks-around-headings", "blanks-around-headers" ],
"ruleDescription": "Headings should be surrounded by blank lines",
"errorDetail": null,
"errorContext": "# Heading",
"errorRange": null
},
{
"lineNumber": 1,
"ruleNames": [ "MD023", "heading-start-left", "header-start-left" ],
"ruleDescription": "Headings must start at the beginning of the line",
"errorDetail": null,
"errorContext": " # Heading",
"errorRange": [1, 2]
},
{
"lineNumber": 4,
"ruleNames": [ "MD024", "no-duplicate-heading", "no-duplicate-header" ],
"ruleDescription": "Multiple headings with the same content",
"errorDetail": null,
"errorContext": "# Heading",
"errorRange": null
},
{
"lineNumber": 4,
"ruleNames": [ "MD025", "single-h1" ],
"ruleDescription": "Multiple top level headings in the same document",
"errorDetail": null,
"errorContext": "# Heading",
"errorRange": null
},
{
"lineNumber": 6,
"ruleNames": [ "MD026", "no-trailing-punctuation" ],
"ruleDescription": "Trailing punctuation in heading",
"errorDetail": "Punctuation: '.'",
"errorContext": null,
"errorRange": [19, 1]
},
{
"lineNumber": 8,
"ruleNames": [ "MD027", "no-multiple-space-blockquote" ],
"ruleDescription": "Multiple spaces after blockquote symbol",
"errorDetail": null,
"errorContext": "> Multiple spaces",
"errorRange": [1, 4]
},
{
"lineNumber": 15,
"ruleNames": [ "MD027", "no-multiple-space-blockquote" ],
"ruleDescription": "Multiple spaces after blockquote symbol",
"errorDetail": null,
"errorContext": "> > Multiple spaces, multiple...",
"errorRange": [ 1, 6 ]
},
{
"lineNumber": 17,
"ruleNames": [ "MD027", "no-multiple-space-blockquote" ],
"ruleDescription": "Multiple spaces after blockquote symbol",
"errorDetail": null,
"errorContext": "> > > Multiple spaces, multip...",
"errorRange": [ 1, 8 ]
},
{
"lineNumber": 19,
"ruleNames": [ "MD027", "no-multiple-space-blockquote" ],
"ruleDescription": "Multiple spaces after blockquote symbol",
"errorDetail": null,
"errorContext": "> > > Multiple spaces, multip...",
"errorRange": [ 1, 8 ]
},
{
"lineNumber": 9,
"ruleNames": [ "MD028", "no-blanks-blockquote" ],
"ruleDescription": "Blank line inside blockquote",
"errorDetail": null,
"errorContext": null,
"errorRange": null
},
{
"lineNumber": 13,
"ruleNames": [ "MD029", "ol-prefix" ],
"ruleDescription": "Ordered list item prefix",
"errorDetail": "Expected: 2; Actual: 3; Style: 1/2/3",
"errorContext": null,
"errorRange": [1, 4]
},
{
"lineNumber": 13,
"ruleNames": [ "MD030", "list-marker-space" ],
"ruleDescription": "Spaces after list markers",
"errorDetail": "Expected: 1; Actual: 2",
"errorContext": null,
"errorRange": [1, 4]
}
]