mirror of https://github.com/acidanthera/audk.git
The LicenseCheck plugin currently fails if a file contains characters outside the platform-dependent encoding returned from locale.getencoding(). This change updates the encoding to utf-8 so the plugin is more robust while continuing to support backward compatibility with the ASCII range. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> |
||
---|---|---|
.. | ||
LicenseCheck.py | ||
LicenseCheck_plug_in.yaml | ||
Readme.md |
Readme.md
License Check Plugin
This CiBuildPlugin scans all new added files in a package to make sure code is contributed under BSD-2-Clause-Patent.
Configuration
The plugin can be configured to ignore certain files.
"LicenseCheck": {
"IgnoreFiles": []
}
IgnoreFiles
OPTIONAL List of file to ignore.