audk/.pytool/Plugin/EccCheck
Michael D Kinney 854462bd34 .pytool/Plugin/EccCheck: Remove temp directory on exception
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2986

Add try/except to RunBuildPlugin() to remove temporary
directory if a KeyboardInterrupt exception or an unexpected
exception is detected.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2021-11-29 06:38:51 +00:00
..
EccCheck.py .pytool/Plugin/EccCheck: Remove temp directory on exception 2021-11-29 06:38:51 +00:00
EccCheck_plug_in.yaml .pytool/Plugin: Add a plugin EccCheck 2020-08-17 03:28:09 +00:00
Readme.md .pytool/Plugin: Add a plugin EccCheck 2020-08-17 03:28:09 +00:00

Readme.md

EFI Coding style Check Plugin

This CiBuildPlugin finds the Ecc issues of newly added code in pull request.

Configuration

The plugin can be configured to ignore certain files and issues.

"EccCheck": { "ExceptionList": [], "IgnoreFiles": [] }, """

OPTIONAL List of file to ignore.