mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update test repo snapshots.
This commit is contained in:
parent
470fe89684
commit
a8da6c5586
1 changed files with 5 additions and 1 deletions
|
|
@ -59,7 +59,11 @@ test("https://github.com/mochajs/mocha", (t) => {
|
||||||
join(rootDir, ".github/*.md"),
|
join(rootDir, ".github/*.md"),
|
||||||
join(rootDir, "lib/**/*.md"),
|
join(rootDir, "lib/**/*.md"),
|
||||||
join(rootDir, "test/**/*.md"),
|
join(rootDir, "test/**/*.md"),
|
||||||
join(rootDir, "example/**/*.md")
|
join(rootDir, "example/**/*.md"),
|
||||||
|
...excludeGlobs(
|
||||||
|
rootDir,
|
||||||
|
"CHANGELOG.md"
|
||||||
|
)
|
||||||
];
|
];
|
||||||
const configPath = join(rootDir, ".markdownlint.json");
|
const configPath = join(rootDir, ".markdownlint.json");
|
||||||
return lintTestRepo(t, globPatterns, configPath);
|
return lintTestRepo(t, globPatterns, configPath);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue