]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.pytool/plugin/SpellCheck: Allow compound words
authorMichael Kubacki <michael.kubacki@microsoft.com>
Tue, 17 May 2022 22:16:39 +0000 (18:16 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 19 May 2022 03:02:14 +0000 (03:02 +0000)
Sets "allowCompoundWords" to "true" to reduce the number of compound
word issues encountered in the future.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
.pytool/Plugin/SpellCheck/cspell.base.yaml

index ad6f7ac06ad18efcd4ab9c2346356dfd6885d827..3d4fd71f1612eee796768b51d5140e99cac51217 100644 (file)
@@ -21,7 +21,7 @@
         "*.jpg"\r
     ],\r
     "minWordLength": 5,\r
-    "allowCompoundWords": false,\r
+    "allowCompoundWords": true,\r
     "maxNumberOfProblems": 200,\r
     "maxDuplicateProblems": 200,\r
     "ignoreWords": [\r