From: "Zhang, Shenglei" <shenglei.zhang@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"michael.kubacki@outlook.com" <michael.kubacki@outlook.com>
Cc: "Feng, Bob C" <bob.c.feng@intel.com>,
Bret Barkelew <Bret.Barkelew@microsoft.com>,
"Gao, Liming" <liming.gao@intel.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>,
Sean Brogan <sean.brogan@microsoft.com>
Subject: Re: [edk2-devel] [PATCH v1 1/1] .python/SpellCheck: Increase SpellCheck plugin max failures
Date: Tue, 14 Apr 2020 02:43:03 +0000 [thread overview]
Message-ID: <C0706E73DB8C124D9B9C38AA364E5D5E0605DD37@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <DM5PR07MB34354A421FB4B33B215E879BE9C10@DM5PR07MB3435.namprd07.prod.outlook.com>
Reviewed-by: Shenglei Zhang <shenglei.zhang@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.feng@intel.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Gao, Liming <liming.gao@intel.com>;
> Kinney, Michael D <michael.d.kinney@intel.com>; Sean Brogan
> <sean.brogan@microsoft.com>
> Subject: [edk2-devel] [PATCH v1 1/1] .python/SpellCheck: Increase
> SpellCheck plugin max failures
>
> From: Michael Kubacki <michael.kubacki@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.feng@intel.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@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
>
>
>
next prev parent reply other threads:[~2020-04-14 2:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-09 21:30 [PATCH v1 1/1] .python/SpellCheck: Increase SpellCheck plugin max failures Michael Kubacki
2020-04-14 2:43 ` Zhang, Shenglei [this message]
2020-04-17 18:45 ` [edk2-devel] " Sean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C0706E73DB8C124D9B9C38AA364E5D5E0605DD37@SHSMSX104.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox