mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-08 17:08:50 +01:00
This commit is contained in:
parent
6302b26c99
commit
47ff95e8d2
19 changed files with 157 additions and 4 deletions
7
test/detailed-results-4-tabs-MD010.json
Normal file
7
test/detailed-results-4-tabs-MD010.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MD009": false,
|
||||
"MD010": {
|
||||
"spaces_per_tab": 4
|
||||
},
|
||||
"MD041": false
|
||||
}
|
||||
3
test/detailed-results-4-tabs-MD010.md
Normal file
3
test/detailed-results-4-tabs-MD010.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
3
test/detailed-results-4-tabs-MD010.md.fixed
Normal file
3
test/detailed-results-4-tabs-MD010.md.fixed
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
29
test/detailed-results-4-tabs-MD010.results.json
Normal file
29
test/detailed-results-4-tabs-MD010.results.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 1",
|
||||
"errorRange": [1, 13],
|
||||
"lineNumber": 1,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 5",
|
||||
"errorRange": [5, 2],
|
||||
"lineNumber": 2,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 27",
|
||||
"errorRange": [27, 3],
|
||||
"lineNumber": 3,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
}
|
||||
]
|
||||
4
test/detailed-results-default-spaces-MD010.json
Normal file
4
test/detailed-results-default-spaces-MD010.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"MD009": false,
|
||||
"MD041": false
|
||||
}
|
||||
3
test/detailed-results-default-spaces-MD010.md
Normal file
3
test/detailed-results-default-spaces-MD010.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
3
test/detailed-results-default-spaces-MD010.md.fixed
Normal file
3
test/detailed-results-default-spaces-MD010.md.fixed
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
29
test/detailed-results-default-spaces-MD010.results.json
Normal file
29
test/detailed-results-default-spaces-MD010.results.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 1",
|
||||
"errorRange": [1, 13],
|
||||
"lineNumber": 1,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 5",
|
||||
"errorRange": [5, 2],
|
||||
"lineNumber": 2,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 27",
|
||||
"errorRange": [27, 3],
|
||||
"lineNumber": 3,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
}
|
||||
]
|
||||
7
test/detailed-results-no-tabs-edge-case-MD010.json
Normal file
7
test/detailed-results-no-tabs-edge-case-MD010.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MD009": false,
|
||||
"MD010": {
|
||||
"spaces_per_tab": 0
|
||||
},
|
||||
"MD041": false
|
||||
}
|
||||
3
test/detailed-results-no-tabs-edge-case-MD010.md
Normal file
3
test/detailed-results-no-tabs-edge-case-MD010.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
3
test/detailed-results-no-tabs-edge-case-MD010.md.fixed
Normal file
3
test/detailed-results-no-tabs-edge-case-MD010.md.fixed
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
text
|
||||
text and text 2
|
||||
texts with trailing spaces
|
||||
29
test/detailed-results-no-tabs-edge-case-MD010.results.json
Normal file
29
test/detailed-results-no-tabs-edge-case-MD010.results.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 1",
|
||||
"errorRange": [1, 13],
|
||||
"lineNumber": 1,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 5",
|
||||
"errorRange": [5, 2],
|
||||
"lineNumber": 2,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
},
|
||||
{
|
||||
"errorContext": null,
|
||||
"errorDetail": "Column: 27",
|
||||
"errorRange": [27, 3],
|
||||
"lineNumber": 3,
|
||||
"ruleDescription": "Hard tabs",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md010",
|
||||
"ruleNames": ["MD010", "no-hard-tabs"]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue