From 9deb9370766e6af60b0632f51409c8f812c96ce0 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 12:59:50 -0800 Subject: MdeModulePkg: Update YAML to ignore specific ECC files/errors REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 Update package YAML files to ignore ECC errors that are already present. These issues must be fixed in the future, but should not block source code changes for these known issues. Cc: Jian J Wang Cc: Liming Gao Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao --- MdeModulePkg/MdeModulePkg.ci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index b8d15a3e95..f69989087b 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -23,12 +23,9 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ - "Library/BrotliCustomDecompressLib/brotli", - "Universal/RegularExpressionDxe/oniguruma", - "Library/LzmaCustomDecompressLib/Sdk/DOC", - "Library/LzmaCustomDecompressLib/Sdk/C", - "Universal/RegularExpressionDxe/OnigurumaUefiPort.h", - "Universal/RegularExpressionDxe/OnigurumaUefiPort.c" + "Library/LzmaCustomDecompressLib", + "Library/BrotliCustomDecompressLib", + "Universal/RegularExpressionDxe" ] }, ## options defined ci/Plugin/CompilerPlugin -- cgit v1.2.3