REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2904 As the false positive issue whose error code is 10014 has been fixed, we need to re-enable it on open CI.
Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Shenglei Zhang <[email protected]> --- .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 3eaad0bf5623..eee1ff7a77b5 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", -- 2.18.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#64962): https://edk2.groups.io/g/devel/message/64962 Mute This Topic: https://groups.io/mt/76578291/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
