Last change
on this file since 89983 was 89983, checked in by vboxsync, 3 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
313 bytes
|
Line | |
---|
1 | # EFI Coding style Check Plugin
|
---|
2 |
|
---|
3 | This CiBuildPlugin finds the Ecc issues of newly added code in pull request.
|
---|
4 |
|
---|
5 | ## Configuration
|
---|
6 |
|
---|
7 | The plugin can be configured to ignore certain files and issues.
|
---|
8 |
|
---|
9 | "EccCheck": {
|
---|
10 | "ExceptionList": [],
|
---|
11 | "IgnoreFiles": []
|
---|
12 | },
|
---|
13 | """
|
---|
14 |
|
---|
15 | OPTIONAL List of file to ignore.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.