mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Remove outdated exclusion from external repository tests.
This commit is contained in:
parent
50f30e22a6
commit
743897c5be
1 changed files with 1 additions and 5 deletions
|
|
@ -179,11 +179,7 @@ test("https://github.com/pi-hole/docs", (t) => {
|
||||||
const rootDir = "./test-repos/pi-hole-docs";
|
const rootDir = "./test-repos/pi-hole-docs";
|
||||||
const globPatterns = [ join(rootDir, "**/*.md") ];
|
const globPatterns = [ join(rootDir, "**/*.md") ];
|
||||||
const configPath = join(rootDir, ".markdownlint.json");
|
const configPath = join(rootDir, ".markdownlint.json");
|
||||||
const ignoreRes = [
|
return lintTestRepo(t, globPatterns, configPath);
|
||||||
/^[^:]+: \d+: MD051\/.*$\r?\n?/gm,
|
|
||||||
/^test-repos\/pi-hole-docs\/docs\/guides\/dns\/cloudflared\.md: \d+: MD053\/.*$\r?\n?/gm
|
|
||||||
];
|
|
||||||
return lintTestRepo(t, globPatterns, configPath, ignoreRes);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test("https://github.com/webhintio/hint", (t) => {
|
test("https://github.com/webhintio/hint", (t) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue