From 7b126978e12bd490af63194cf1dafa41a0753659 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 17 May 2022 18:16:39 -0400 Subject: [PATCH] .pytool/plugin/SpellCheck: Allow compound words Sets "allowCompoundWords" to "true" to reduce the number of compound word issues encountered in the future. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Liming Gao --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index ad6f7ac06a..3d4fd71f16 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -21,7 +21,7 @@ "*.jpg" ], "minWordLength": 5, - "allowCompoundWords": false, + "allowCompoundWords": true, "maxNumberOfProblems": 200, "maxDuplicateProblems": 200, "ignoreWords": [