X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmulatorPkg%2FEmulatorPkg.ci.yaml;h=97fdef17abf4756060749c87cb9ad3873bee776f;hb=978d428ec3ca2520c217819901c8465235c45c5e;hp=81f81780ec76d232661d31fb18eaa1e4974ee44e;hpb=951a03536c63e08daea6f39a9d47247f122ad8c4;p=mirror_edk2.git diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 81f81780ec..97fdef17ab 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -5,9 +5,25 @@ # used for code analysis. # # Copyright (c) Microsoft Corporation +# Copyright (c) 2020, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { + ## options defined .pytool/Plugin/LicenseCheck + "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 @@ -31,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