diff options
Diffstat (limited to 'StandaloneMmPkg/StandaloneMmPkg.ci.yaml')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml index 06bef683cd..4777532a7e 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -5,6 +5,18 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "EccCheck": {
+ ## Exception sample looks like below:
+ ## "ExceptionList": [
+ ## "<ErrorID>", "<KeyWord>"
+ ## ]
+ "ExceptionList": [
+ "4002", "HobConstructor"
+ ],
+ ## Both file path and directory path are accepted.
+ "IgnoreFiles": [
+ ]
+ },
## options defined .pytool/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "StandaloneMmPkg.dsc"
|