Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
438 bytes
|
Line | |
---|
1 | # Character Encoding Check Plugin
|
---|
2 |
|
---|
3 | This CiBuildPlugin scans all the files in a package to make sure each file is
|
---|
4 | correctly encoded and all characters can be read. Improper encoding causes
|
---|
5 | tools to fail in some situations especially in different locals.
|
---|
6 |
|
---|
7 | ## Configuration
|
---|
8 |
|
---|
9 | The plugin can be configured to ignore certain files.
|
---|
10 |
|
---|
11 | ``` yaml
|
---|
12 | "CharEncodingCheck": {
|
---|
13 | "IgnoreFiles": []
|
---|
14 | }
|
---|
15 | ```
|
---|
16 | ### IgnoreFiles
|
---|
17 |
|
---|
18 | OPTIONAL List of file to ignore.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.