mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 05:50:13 +01:00
Update markdownlint-test-repos.js to ignore two files with newly-reported issues in dotnet-docs repo.
This commit is contained in:
parent
f7dfd59a5e
commit
aa8aa83db8
1 changed files with 9 additions and 0 deletions
|
|
@ -150,6 +150,15 @@ if (existsSync(dotnetDocsDir)) {
|
|||
"!" + join(
|
||||
rootDir,
|
||||
"docs/standard/serialization/binaryformatter-security-guide.md"
|
||||
),
|
||||
"!" + join(
|
||||
rootDir,
|
||||
"docs/framework/windows-workflow-foundation/authoring-workflows-" +
|
||||
"activities-and-expressions-using-imperative-code.md"
|
||||
),
|
||||
"!" + join(
|
||||
rootDir,
|
||||
"docs/spark/how-to-guides/deploy-worker-udf-binaries.md"
|
||||
)
|
||||
];
|
||||
const configPath = join(rootDir, ".markdownlint.json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue