From 8179adf38e9d2f670217f614f7f18361d6f57d75 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 9 Nov 2021 22:17:21 -0800 Subject: [PATCH] Add new test repo suppressions for pre-release rule MD049. --- test/markdownlint-test-repos.js | 2 ++ 1 file changed, 2 insertions(+) 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",