Skip to content

Commit

Permalink
.pytool/EccCheck: Disable Ecc error code 10014 for open CI
Browse files Browse the repository at this point in the history
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.

Change-Id: I730471a52a634f8ef8bf1df34a1d232ead4767b4
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]>
  • Loading branch information
shenglei10 committed Aug 21, 2020
1 parent 5a6d764 commit 92312c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pytool/Plugin/EccCheck/EccCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def GetIgnoreErrorCode(self) -> set:
"10011",
"10012",
"10013",
"10014", #need to be removed after BZ2904 is fixed
"10015",
"10016",
"10017",
Expand Down

0 comments on commit 92312c0

Please sign in to comment.