summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, Shenglei <shenglei.zhang@intel.com>2020-09-03 14:56:08 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-09-03 14:48:11 +0000
commit06dc822d045c2bb42e497487935485302486e151 (patch)
treee1c8a119eaa3d10781266c5e1c0504ae923b56b9
parente8453aa373e96ed76b72a6968d8a48dfb002a1a6 (diff)
downloadedk2-06dc822d045c2bb42e497487935485302486e151.tar.gz
edk2-06dc822d045c2bb42e497487935485302486e151.tar.bz2
edk2-06dc822d045c2bb42e497487935485302486e151.zip
Revert ".pytool/EccCheck: Disable Ecc error code 10014 for open CI"edk2-stable202008
This reverts commit d4e0b9607c9a64a8eff20724b2e35ea2cd5bd33f. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2951 Previously false positive Ecc issue whose error code is 10014 was reported under Linux OS. So we disabled it in EccCheck plugin for edk2 open CI. As the bug is fixed, we need to revert the change and re-enable it. 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 <gaoliming@byosoft.com.cn> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r--.pytool/Plugin/EccCheck/EccCheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pytool/Plugin/EccCheck/EccCheck.py b/.pytool/Plugin/EccCheck/EccCheck.py
index 3eaad0bf56..eee1ff7a77 100644
--- a/.pytool/Plugin/EccCheck/EccCheck.py
+++ b/.pytool/Plugin/EccCheck/EccCheck.py
@@ -301,7 +301,6 @@ class EccCheck(ICiBuildPlugin):
"10011",
"10012",
"10013",
- "10014", #need to be removed after BZ2904 is fixed
"10015",
"10016",
"10017",