From d4e0b9607c9a64a8eff20724b2e35ea2cd5bd33f Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Fri, 21 Aug 2020 16:26:24 +0800 Subject: [PATCH] .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 Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- .pytool/Plugin/EccCheck/EccCheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.pytool/Plugin/EccCheck/EccCheck.py b/.pytool/Plugin/EccCheck/EccCheck.py index eee1ff7a77..3eaad0bf56 100644 --- a/.pytool/Plugin/EccCheck/EccCheck.py +++ b/.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", -- 2.39.2