Reviewed-by: Shenglei Zhang <shenglei.zh...@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Michael Kubacki
> Sent: Friday, April 10, 2020 5:31 AM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.f...@intel.com>; Bret Barkelew
> <bret.barke...@microsoft.com>; Gao, Liming <liming....@intel.com>;
> Kinney, Michael D <michael.d.kin...@intel.com>; Sean Brogan
> <sean.bro...@microsoft.com>
> Subject: [edk2-devel] [PATCH v1 1/1] .python/SpellCheck: Increase
> SpellCheck plugin max failures
> 
> From: Michael Kubacki <michael.kuba...@microsoft.com>
> 
> 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 <bob.c.f...@intel.com>
> Cc: Bret Barkelew <bret.barke...@microsoft.com>
> Cc: Liming Gao <liming....@intel.com>
> Cc: Michael D Kinney <michael.d.kin...@intel.com>
> Cc: Sean Brogan <sean.bro...@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.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 5f4c174c77c0..aa15170c013c 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"
>      ],
> --
> 2.16.3.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57291): https://edk2.groups.io/g/devel/message/57291
Mute This Topic: https://groups.io/mt/72907803/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to