From be7295b36405d9029a0008f6bff0d5e19fb6209a Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 7 Apr 2020 10:12:39 -0700 Subject: [PATCH] .python/SpellCheck: Increase SpellCheck plugin max failures REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2593 Increases the maximum number of failures in the SpellCheck plugin so that more issues can be caught in a single pass. Cc: Bob Feng Cc: Bret Barkelew Cc: Liming Gao Cc: Michael D Kinney Cc: Sean Brogan Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan Reviewed-by: Shenglei Zhang --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 2 ++ 1 file changed, 2 insertions(+) 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" ],