diff --git a/test/markdownlint-test-repos.js b/test/markdownlint-test-repos.js index 1d76bb9a..a3962444 100644 --- a/test/markdownlint-test-repos.js +++ b/test/markdownlint-test-repos.js @@ -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");