audk/.pytool/Plugin/EccCheck
Michael Kubacki 7e7492fa12 .pytool/EccCheck: Open files in utf-8
The EccCheck 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>
2024-12-19 00:19:13 +00:00
..
EccCheck.py .pytool/EccCheck: Open files in utf-8 2024-12-19 00:19:13 +00:00
EccCheck_plug_in.yaml
Readme.md

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.