audk/.pytool/Plugin/CharEncodingCheck
Oliver Smith-Denny cdd20638bc CharEncodingCheckPlugin: Remove Noisy Print
Currently, CharEncodingCheckPlugin prints a message for every
file that passes the test, which for some platforms can cause
most of the CI build log to be filled with this print. It does
not add any value, so this patch removes the noisy print and
only prints if the encoding check fails.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
2023-06-06 17:08:05 +00:00
..
CharEncodingCheck.py CharEncodingCheckPlugin: Remove Noisy Print 2023-06-06 17:08:05 +00:00
CharEncodingCheck_plug_in.yaml
Readme.md

Readme.md

Character Encoding Check Plugin

This CiBuildPlugin scans all the files in a package to make sure each file is correctly encoded and all characters can be read. Improper encoding causes tools to fail in some situations especially in different locals.

Configuration

The plugin can be configured to ignore certain files.

"CharEncodingCheck": {
    "IgnoreFiles": []
}

IgnoreFiles

OPTIONAL List of file to ignore.