mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update all "detailed-results" tests to use resultVersion 3 (based on current output).
This commit is contained in:
parent
02240fac98
commit
5f0f7653e0
22 changed files with 3152 additions and 1645 deletions
|
|
@ -45,7 +45,7 @@ function createTestForFile(file) {
|
|||
return markdownlintPromise({
|
||||
"files": [ file ],
|
||||
config,
|
||||
"resultVersion": detailedResults ? 2 : 3
|
||||
"resultVersion": 3
|
||||
});
|
||||
})
|
||||
.then(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue