mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
Remove outdated test repo exception for ESLint. (#487)
This commit is contained in:
parent
2d19c0685b
commit
a4c4e198d6
1 changed files with 1 additions and 3 deletions
|
|
@ -76,9 +76,7 @@ test("https://github.com/eslint/eslint", (t) => {
|
||||||
const rootDir = "./test-repos/eslint-eslint";
|
const rootDir = "./test-repos/eslint-eslint";
|
||||||
const globPatterns = [ join(rootDir, "docs/**/*.md") ];
|
const globPatterns = [ join(rootDir, "docs/**/*.md") ];
|
||||||
const configPath = join(rootDir, ".markdownlint.yml");
|
const configPath = join(rootDir, ".markdownlint.yml");
|
||||||
const ignoreRes =
|
return lintTestRepo(t, globPatterns, configPath);
|
||||||
[ /^[^:]+\/array-callback-return\.md: \d+: MD050\/.*$\r?\n?/gm ];
|
|
||||||
return lintTestRepo(t, globPatterns, configPath, ignoreRes);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test("https://github.com/mkdocs/mkdocs", (t) => {
|
test("https://github.com/mkdocs/mkdocs", (t) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue