From: Michael Kubacki Date: Tue, 17 May 2022 22:16:39 +0000 (-0400) Subject: .pytool/plugin/SpellCheck: Allow compound words X-Git-Tag: edk2-stable202205~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7b126978e12bd490af63194cf1dafa41a0753659;p=mirror_edk2.git .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 --- 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": [