X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmulatorPkg%2FEmulatorPkg.ci.yaml;h=97fdef17abf4756060749c87cb9ad3873bee776f;hb=2da602fa1f165b685d08696eba9e8d5002922220;hp=dead82f6974524fd1e0d0e63256f7cc9335dd898;hpb=7ed9c63d9e179194410151c46bcbfcaf2dde5344;p=mirror_edk2.git diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index dead82f697..97fdef17ab 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -5,6 +5,7 @@ # used for code analysis. # # Copyright (c) Microsoft Corporation +# Copyright (c) 2020, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -12,6 +13,17 @@ "LicenseCheck": { "IgnoreFiles": [] }, + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [ + ] + }, ## options defined .pytool/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "" # Don't support this test @@ -35,6 +47,7 @@ "MdeModulePkg/MdeModulePkg.dec", "EmulatorPkg/EmulatorPkg.dec", "NetworkPkg/NetworkPkg.dec", + "RedfishPkg/RedfishPkg.dec", "EmbeddedPkg/EmbeddedPkg.dec", ## is this one OK?? ], # For host based unit tests