X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.ci.yaml;h=45783f12c1266ee19ea2c063ad9b3c020c6608c1;hb=7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf;hp=1cfc1328390e40f7fd5fd4b5fd1cf44490f4f59a;hpb=48b6c60cc6a234d971d7ca97f7cd0ca9a9499de5;p=mirror_edk2.git diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 1cfc132839..45783f12c1 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -2,9 +2,29 @@ # CI configuration for MdeModulePkg # # 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": [ + "Library/BrotliCustomDecompressLib/brotli", + "Universal/RegularExpressionDxe/oniguruma", + "Library/LzmaCustomDecompressLib/Sdk/DOC", + "Library/LzmaCustomDecompressLib/Sdk/C" + ] + }, ## options defined ci/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "MdeModulePkg.dsc" @@ -86,7 +106,9 @@ "FVMAIN", "VARCHECKPCD", "Getxx", - "lzturbo" + "lzturbo", + "musthave", + "canthave" ], "AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported) }