diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 5f4c174c77..aa15170c01 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -22,6 +22,8 @@ ], "minWordLength": 5, "allowCompoundWords": false, + "maxNumberOfProblems": 200, + "maxDuplicateProblems": 200, "ignoreWords": [ "muchange" ],