mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove outdated table-column-style suppression from dotnet/docs test repo.
This commit is contained in:
parent
9ad696e257
commit
601910116d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ test("https://github.com/dotnet/docs", (t) => {
|
||||||
const rootDir = "./test-repos/dotnet-docs";
|
const rootDir = "./test-repos/dotnet-docs";
|
||||||
const globPatterns = [ join(rootDir, "**/*.md") ];
|
const globPatterns = [ join(rootDir, "**/*.md") ];
|
||||||
const configPath = join(rootDir, ".markdownlint-cli2.jsonc");
|
const configPath = join(rootDir, ".markdownlint-cli2.jsonc");
|
||||||
return lintTestRepo(t, globPatterns, configPath, { "table-column-style": false }, true);
|
return lintTestRepo(t, globPatterns, configPath, undefined, true);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue