Skip to content

Commit

Permalink
Revert ".pytool/EccCheck: Disable Ecc error code 10014 for open CI"
Browse files Browse the repository at this point in the history
This reverts commit d4e0b96.

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>
  • Loading branch information
shenglei10 authored and mergify[bot] committed Sep 3, 2020
1 parent e8453aa commit 06dc822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pytool/Plugin/EccCheck/EccCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ 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 06dc822

Please sign in to comment.