]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.python/SpellCheck: Increase SpellCheck plugin max failures
authorMichael Kubacki <michael.kubacki@microsoft.com>
Tue, 7 Apr 2020 17:12:39 +0000 (10:12 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 17 Apr 2020 20:39:34 +0000 (20:39 +0000)
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>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>
.pytool/Plugin/SpellCheck/cspell.base.yaml

index 5f4c174c77c054002275641c0166e59872e401c3..aa15170c013ca6e26066e497b303b2688e06f10a 100644 (file)
@@ -22,6 +22,8 @@
     ],\r
     "minWordLength": 5,\r
     "allowCompoundWords": false,\r
+    "maxNumberOfProblems": 200,\r
+    "maxDuplicateProblems": 200,\r
     "ignoreWords": [\r
         "muchange"\r
     ],\r