mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
93 lines
No EOL
2.2 KiB
JSON
93 lines
No EOL
2.2 KiB
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 or 2; Actual: 3",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
15,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 15,
|
|
"deleteCount": 3
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 5,
|
|
"ruleNames": [
|
|
"MD022",
|
|
"blanks-around-headings",
|
|
"blanks-around-headers"
|
|
],
|
|
"ruleDescription": "Headings should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022",
|
|
"errorDetail": "Expected: 1; Actual: 0; Below",
|
|
"errorContext": "# Fixing with Front Matter",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 6,
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 9,
|
|
"ruleNames": [
|
|
"MD022",
|
|
"blanks-around-headings",
|
|
"blanks-around-headers"
|
|
],
|
|
"ruleDescription": "Headings should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022",
|
|
"errorDetail": "Expected: 1; Actual: 0; Above",
|
|
"errorContext": "## Nested Heading",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 8,
|
|
"ruleNames": [
|
|
"MD039",
|
|
"no-space-in-links"
|
|
],
|
|
"ruleDescription": "Spaces inside link text",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md039",
|
|
"errorDetail": null,
|
|
"errorContext": "[ link ]",
|
|
"errorRange": [
|
|
6,
|
|
8
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 7,
|
|
"deleteCount": 6,
|
|
"insertText": "link"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 11,
|
|
"ruleNames": [
|
|
"MD047",
|
|
"single-trailing-newline"
|
|
],
|
|
"ruleDescription": "Files should end with a single newline character",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md047",
|
|
"errorDetail": null,
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
4,
|
|
1
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"insertText": "\n"
|
|
}
|
|
}
|
|
] |