From afa6c9f66ea4258aefdce3a19b2eb654d69a35b3 Mon Sep 17 00:00:00 2001 From: Szabolcs Deme Date: Sat, 26 Nov 2022 15:58:57 +0100 Subject: [PATCH] Adding regex to appsettings.json exclude in spelling --- .github/actions/spelling/excludes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt index d0d93028e..05a495940 100644 --- a/.github/actions/spelling/excludes.txt +++ b/.github/actions/spelling/excludes.txt @@ -14,7 +14,7 @@ ignore$ dotnet-tools.json$ .git \.htmlvalidate.json$ -appsettings.json$ +appsettings.*.json$ package.json$ package-lock.json \.psm1$