X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.ci.yaml;h=20d53fc5a5fa8442dc8b2e6cec2d426cd32049b0;hb=355b181f74050cdf2f09b1755c1a5ee4affb1faf;hp=d8cd13b384607e4b4659580a011a3b9479e07dbf;hpb=d4e2909bfc34027ab1dc678c5361856688b03dfe;p=mirror_edk2.git diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index d8cd13b384..20d53fc5a5 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -2,9 +2,27 @@ # 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" + ] + }, ## options defined ci/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "MdeModulePkg.dsc" @@ -16,7 +34,10 @@ ## options defined ci/Plugin/CharEncodingCheck "CharEncodingCheck": { - "IgnoreFiles": [] + "IgnoreFiles": [ + "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/testc.c", + "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/windows/testc.c" + ] }, ## options defined ci/Plugin/DependencyCheck @@ -83,7 +104,9 @@ "FVMAIN", "VARCHECKPCD", "Getxx", - "lzturbo" + "lzturbo", + "musthave", + "canthave" ], "AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported) }