Browse Source

.pytool/EccCheck: Disable Ecc error code 10014 for open CI

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2920
Ecc issues whose error code is 10014, can't be correctly handled
under Linux OS, resulting from a bug in Ecc tool.
So we need to disable it before ecc tool is repaired.

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>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Shenglei Zhang 3 years ago
parent
commit
d4e0b9607c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .pytool/Plugin/EccCheck/EccCheck.py

+ 1 - 0
.pytool/Plugin/EccCheck/EccCheck.py

@@ -301,6 +301,7 @@ class EccCheck(ICiBuildPlugin):
                              "10011",
                              "10012",
                              "10013",
+                             "10014", #need to be removed after BZ2904 is fixed
                              "10015",
                              "10016",
                              "10017",