mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
226 lines
No EOL
5.4 KiB
JSON
226 lines
No EOL
5.4 KiB
JSON
[
|
|
{
|
|
"lineNumber": 5,
|
|
"ruleNames": [
|
|
"MD011",
|
|
"no-reversed-links"
|
|
],
|
|
"ruleDescription": "Reversed link syntax",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011",
|
|
"errorDetail": "(reversed)[link]",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
3,
|
|
16
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 3,
|
|
"deleteCount": 16,
|
|
"insertText": "[reversed](link)"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 26,
|
|
"ruleNames": [
|
|
"MD011",
|
|
"no-reversed-links"
|
|
],
|
|
"ruleDescription": "Reversed link syntax",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md011",
|
|
"errorDetail": "(reversed)[link]",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
11,
|
|
16
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 11,
|
|
"deleteCount": 16,
|
|
"insertText": "[reversed](link)"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 7,
|
|
"ruleNames": [
|
|
"MD012",
|
|
"no-multiple-blanks"
|
|
],
|
|
"ruleDescription": "Multiple consecutive blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md012",
|
|
"errorDetail": "Expected: 1; Actual: 2",
|
|
"errorContext": null,
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"deleteCount": -1
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 8,
|
|
"ruleNames": [
|
|
"MD013",
|
|
"line-length"
|
|
],
|
|
"ruleDescription": "Line length",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013",
|
|
"errorDetail": "Expected: 80; Actual: 99",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
81,
|
|
19
|
|
],
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 10,
|
|
"ruleNames": [
|
|
"MD013",
|
|
"line-length"
|
|
],
|
|
"ruleDescription": "Line length",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md013",
|
|
"errorDetail": "Expected: 40; Actual: 62",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
41,
|
|
22
|
|
],
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 12,
|
|
"ruleNames": [
|
|
"MD014",
|
|
"commands-show-output"
|
|
],
|
|
"ruleDescription": "Dollar signs used before commands without showing output",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md014",
|
|
"errorDetail": null,
|
|
"errorContext": "$ command with no output",
|
|
"errorRange": [
|
|
5,
|
|
2
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"deleteCount": 2
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 14,
|
|
"ruleNames": [
|
|
"MD018",
|
|
"no-missing-space-atx"
|
|
],
|
|
"ruleDescription": "No space after hash on atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md018",
|
|
"errorDetail": null,
|
|
"errorContext": "##No space A",
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 3,
|
|
"insertText": " "
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 16,
|
|
"ruleNames": [
|
|
"MD019",
|
|
"no-multiple-space-atx"
|
|
],
|
|
"ruleDescription": "Multiple spaces after hash on atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md019",
|
|
"errorDetail": null,
|
|
"errorContext": "## Multiple spaces B",
|
|
"errorRange": [
|
|
1,
|
|
5
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 3,
|
|
"deleteCount": 1
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 18,
|
|
"ruleNames": [
|
|
"MD020",
|
|
"no-missing-space-closed-atx"
|
|
],
|
|
"ruleDescription": "No space inside hashes on closed atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020",
|
|
"errorDetail": null,
|
|
"errorContext": "##No space C ##",
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 15,
|
|
"insertText": "## No space C ##"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 20,
|
|
"ruleNames": [
|
|
"MD020",
|
|
"no-missing-space-closed-atx"
|
|
],
|
|
"ruleDescription": "No space inside hashes on closed atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md020",
|
|
"errorDetail": null,
|
|
"errorContext": "## No space D##",
|
|
"errorRange": [
|
|
13,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 15,
|
|
"insertText": "## No space D ##"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 22,
|
|
"ruleNames": [
|
|
"MD021",
|
|
"no-multiple-space-closed-atx"
|
|
],
|
|
"ruleDescription": "Multiple spaces inside hashes on closed atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021",
|
|
"errorDetail": null,
|
|
"errorContext": "## Multiple spaces E ##",
|
|
"errorRange": [
|
|
1,
|
|
5
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 24,
|
|
"insertText": "## Multiple spaces E ##"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 24,
|
|
"ruleNames": [
|
|
"MD021",
|
|
"no-multiple-space-closed-atx"
|
|
],
|
|
"ruleDescription": "Multiple spaces inside hashes on closed atx style heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md021",
|
|
"errorDetail": null,
|
|
"errorContext": "## Multiple spaces F ##",
|
|
"errorRange": [
|
|
20,
|
|
5
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 24,
|
|
"insertText": "## Multiple spaces F ##"
|
|
}
|
|
}
|
|
] |