X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.ci.yaml;h=1cfc1328390e40f7fd5fd4b5fd1cf44490f4f59a;hp=1a7e955185d8610b2be7bef90af731aaf66957cf;hb=HEAD;hpb=32ed3624fa8b29e661f9b3f8d52bf4c78b23b4eb diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 1a7e955185..f69989087b 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -3,6 +3,7 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
+# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -16,11 +17,15 @@ ## "", "" ## ] "ExceptionList": [ + "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.UID", + "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.HID", + "8001", "UefiSortLibUnitTestMain", ], ## Both file path and directory path are accepted. "IgnoreFiles": [ - "Library/BrotliCustomDecompressLib/brotli", - "Universal/RegularExpressionDxe/oniguruma" + "Library/LzmaCustomDecompressLib", + "Library/BrotliCustomDecompressLib", + "Universal/RegularExpressionDxe" ] }, ## options defined ci/Plugin/CompilerPlugin @@ -76,6 +81,7 @@ "IgnoreDuplicates": [ "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid", "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid", ] }, @@ -104,7 +110,9 @@ "FVMAIN", "VARCHECKPCD", "Getxx", - "lzturbo" + "lzturbo", + "musthave", + "canthave" ], "AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported) }