mirror of https://github.com/acidanthera/audk.git
cdd20638bc
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> |
||
---|---|---|
.. | ||
CharEncodingCheck.py | ||
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.