mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-21 16:30:12 +01:00
Make resultVersion 3 (report multiple errors per line, include fixInfo) the default.
This commit is contained in:
parent
9b3fd3d16b
commit
9310713da1
9 changed files with 44 additions and 31 deletions
|
|
@ -39,8 +39,7 @@ async function lintTestRepo(t, globPatterns, configPath, ignoreRes) {
|
|||
console.log(`${t.title}: Linting ${files.length} files...`);
|
||||
return markdownlintPromise({
|
||||
files,
|
||||
config,
|
||||
"resultVersion": 3
|
||||
config
|
||||
// }).then((results) => {
|
||||
// // Cross-check MD051/link-fragments results with markdown-link-check
|
||||
// const resultFiles = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue