mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
62 lines
No EOL
1.3 KiB
JSON
62 lines
No EOL
1.3 KiB
JSON
[
|
|
{
|
|
"lineNumber": 1,
|
|
"ruleNames": [
|
|
"MD010",
|
|
"no-hard-tabs"
|
|
],
|
|
"ruleDescription": "Hard tabs",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
|
"errorDetail": "Column: 1",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
13
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 1,
|
|
"deleteCount": 13,
|
|
"insertText": " "
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 2,
|
|
"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,
|
|
2
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 5,
|
|
"deleteCount": 2,
|
|
"insertText": " "
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 3,
|
|
"ruleNames": [
|
|
"MD010",
|
|
"no-hard-tabs"
|
|
],
|
|
"ruleDescription": "Hard tabs",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
|
"errorDetail": "Column: 27",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
27,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 27,
|
|
"deleteCount": 3,
|
|
"insertText": " "
|
|
}
|
|
}
|
|
] |