summaryrefslogtreecommitdiff
path: root/.pytool
diff options
context:
space:
mode:
Diffstat (limited to '.pytool')
-rw-r--r--.pytool/Plugin/SpellCheck/cspell.base.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml
index 5f4c174..aa15170 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"
],