From 06dc822d045c2bb42e497487935485302486e151 Mon Sep 17 00:00:00 2001 From: "Zhang, Shenglei" Date: Thu, 3 Sep 2020 14:56:08 +0800 Subject: [PATCH] Revert ".pytool/EccCheck: Disable Ecc error code 10014 for open CI" 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 Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Laszlo Ersek Reviewed-by: Liming Gao --- .pytool/Plugin/EccCheck/EccCheck.py | 1 - 1 file changed, 1 deletion(-) 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",