summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml')
-rw-r--r--src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml b/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml
index 31532c139e6..983f27a19a1 100644
--- a/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml
+++ b/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkg.ci.yaml
@@ -5,9 +5,26 @@
# used for code analysis.
#
# Copyright (c) Microsoft Corporation
+# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ ## options defined .pytool/Plugin/LicenseCheck
+ "LicenseCheck": {
+ "IgnoreFiles": []
+ },
+ "EccCheck": {
+ ## Exception sample looks like below:
+ ## "ExceptionList": [
+ ## "<ErrorID>", "<KeyWord>"
+ ## ]
+ "ExceptionList": [
+ ],
+ ## Both file path and directory path are accepted.
+ "IgnoreFiles": [
+ ],
+ "skip": True
+ },
## options defined .pytool/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "" # Don't support this test
@@ -62,7 +79,7 @@
"IgnoreGuidName": ["ResetVector", "XenResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid
"IgnoreGuidValue": [],
"IgnoreFoldersAndFiles": [],
- "IgnoreDuplicates": [],
+ "IgnoreDuplicates": ["gGrubFileGuid=Grub"],
},
## options defined .pytool/Plugin/LibraryClassCheck