mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
255 lines
No EOL
6 KiB
JSON
255 lines
No EOL
6 KiB
JSON
[
|
|
{
|
|
"lineNumber": 3,
|
|
"ruleNames": [
|
|
"MD001",
|
|
"heading-increment",
|
|
"header-increment"
|
|
],
|
|
"ruleDescription": "Heading levels should only increment by one level at a time",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md001",
|
|
"errorDetail": "Expected: h3; Actual: h4",
|
|
"errorContext": null,
|
|
"errorRange": null,
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 1,
|
|
"ruleNames": [
|
|
"MD002",
|
|
"first-heading-h1",
|
|
"first-header-h1"
|
|
],
|
|
"ruleDescription": "First heading should be a top-level heading",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md002",
|
|
"errorDetail": "Expected: h1; Actual: h2",
|
|
"errorContext": null,
|
|
"errorRange": null,
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 5,
|
|
"ruleNames": [
|
|
"MD003",
|
|
"heading-style",
|
|
"header-style"
|
|
],
|
|
"ruleDescription": "Heading style",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md003",
|
|
"errorDetail": "Expected: atx; Actual: atx_closed",
|
|
"errorContext": null,
|
|
"errorRange": null,
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 10,
|
|
"ruleNames": [
|
|
"MD004",
|
|
"ul-style"
|
|
],
|
|
"ruleDescription": "Unordered list style",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md004",
|
|
"errorDetail": "Expected: asterisk; Actual: dash",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
2
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 1,
|
|
"insertText": "*"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 8,
|
|
"ruleNames": [
|
|
"MD005",
|
|
"list-indent"
|
|
],
|
|
"ruleDescription": "Inconsistent indentation for list items at the same level",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": null
|
|
},
|
|
{
|
|
"lineNumber": 23,
|
|
"ruleNames": [
|
|
"MD005",
|
|
"list-indent"
|
|
],
|
|
"ruleDescription": "Inconsistent indentation for list items at the same level",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005",
|
|
"errorDetail": "Expected: 1; Actual: 0",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 0,
|
|
"insertText": " "
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 29,
|
|
"ruleNames": [
|
|
"MD005",
|
|
"list-indent"
|
|
],
|
|
"ruleDescription": "Inconsistent indentation for list items at the same level",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md005",
|
|
"errorDetail": "Expected: (3); Actual: (4)",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
5
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 1,
|
|
"insertText": ""
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 12,
|
|
"ruleNames": [
|
|
"MD006",
|
|
"ul-start-left"
|
|
],
|
|
"ruleDescription": "Consider starting bulleted lists at the beginning of the line",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"deleteCount": 1
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 13,
|
|
"ruleNames": [
|
|
"MD006",
|
|
"ul-start-left"
|
|
],
|
|
"ruleDescription": "Consider starting bulleted lists at the beginning of the line",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md006",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"deleteCount": 1
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 8,
|
|
"ruleNames": [
|
|
"MD007",
|
|
"ul-indent"
|
|
],
|
|
"ruleDescription": "Unordered list indentation",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 1,
|
|
"insertText": ""
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 12,
|
|
"ruleNames": [
|
|
"MD007",
|
|
"ul-indent"
|
|
],
|
|
"ruleDescription": "Unordered list indentation",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 1,
|
|
"insertText": ""
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 13,
|
|
"ruleNames": [
|
|
"MD007",
|
|
"ul-indent"
|
|
],
|
|
"ruleDescription": "Unordered list indentation",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md007",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 1,
|
|
"insertText": ""
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 15,
|
|
"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: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
5,
|
|
1
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"deleteCount": 1
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 17,
|
|
"ruleNames": [
|
|
"MD010",
|
|
"no-hard-tabs"
|
|
],
|
|
"ruleDescription": "Hard tabs",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
|
"errorDetail": "Column: 5",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
5,
|
|
1
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"deleteCount": 1,
|
|
"insertText": " "
|
|
}
|
|
}
|
|
] |