diff --git a/test/markdownlint-test-repos.js b/test/markdownlint-test-repos.js index 583d4cfa..a688b4f9 100644 --- a/test/markdownlint-test-repos.js +++ b/test/markdownlint-test-repos.js @@ -178,6 +178,7 @@ if (existsSync(dotnetDocsDir)) { "docs/core/extensions/console-log-formatter.md", "docs/core/extensions/create-resource-files.md", "docs/core/extensions/localization.md", + "docs/core/extensions/windows-service.md", "docs/core/install/linux-alpine.md", "docs/core/install/windows.md", "docs/core/porting/third-party-deps.md", @@ -203,6 +204,7 @@ if (existsSync(dotnetDocsDir)) { "docs/fsharp/language-reference/exception-handling/the-try-with-expression.md", "docs/fsharp/language-reference/xml-documentation.md", "docs/fsharp/style-guide/conventions.md", + "docs/fsharp/tutorials/async.md", "docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md", "docs/fundamentals/code-analysis/configuration-files.md", "docs/fundamentals/code-analysis/style-rules/naming-rules.md",