Reviewed-by: Bret Barkelew <bret.barke...@microsoft.com> - Bret ________________________________ From: Shenglei Zhang <shenglei.zh...@intel.com> Sent: Thursday, March 19, 2020 2:37:54 AM To: devel@edk2.groups.io <devel@edk2.groups.io> Cc: Sean Brogan <sean.bro...@microsoft.com>; Bret Barkelew <bret.barke...@microsoft.com>; Kinney, Michael D <michael.d.kin...@intel.com>; Liming Gao <liming....@intel.com> Subject: [EXTERNAL] [PATCH] .pytool: Add two keys in cspell.base.yaml
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://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D2593&data=02%7C01%7CBret.Barkelew%40microsoft.com%7Cfc576b01311c475fe39008d7cbe93a55%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637202074886021018&sdata=jWldOGRLBGli6KGd0D86FvWXRxHJek6nIyXTXytxgF4%3D&reserved=0 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 (#55993): https://edk2.groups.io/g/devel/message/55993 Mute This Topic: https://groups.io/mt/72076715/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-