public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] .pytool: Add two keys in cspell.base.yaml
@ 2020-03-19  9:37 Zhang, Shenglei
  2020-03-19 15:10 ` [EXTERNAL] " Bret Barkelew
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Shenglei @ 2020-03-19  9:37 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Bret Barkelew, Michael D Kinney, Liming Gao

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.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-19 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19  9:37 [PATCH] .pytool: Add two keys in cspell.base.yaml Zhang, Shenglei
2020-03-19 15:10 ` [EXTERNAL] " Bret Barkelew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox