In order to catch as many issues as possible in a single pass (to allow devs to fix test failures in one commit rather than several), recommend increasing the max failure count and max duplicate count in SpellCheck plugin. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2593
Cc: Sean Brogan <sean.bro...@microsoft.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming....@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zh...@intel.com> --- .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 53000fc38141..7620dff3ceb2 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -21,6 +21,8 @@ "*.jpg" ], "minWordLength": 5, + "maxNumberOfProblems": 200, + "maxDuplicateProblems": 200, "allowCompoundWords": false, "ignoreWords": [ "muchange" -- 2.18.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#55988): https://edk2.groups.io/g/devel/message/55988 Mute This Topic: https://groups.io/mt/72070613/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-