From 60fa40be458dc65776df92c9ca5d9ef373896a14 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 13:01:29 -0800 Subject: SecurityPkg: 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: Qi Zhang Cc: Rahul Kumar Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Qi Zhang --- SecurityPkg/SecurityPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SecurityPkg') diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml index d7b9e1f4e2..7912142398 100644 --- a/SecurityPkg/SecurityPkg.ci.yaml +++ b/SecurityPkg/SecurityPkg.ci.yaml @@ -18,6 +18,9 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "Library/TcgStorageCoreLib/TcgStorageUtil.c", + "Library/TcgStorageCoreLib/TcgStorageCore.c", + "Library/Tpm2CommandLib/Tpm2NVStorage.c" ] }, "CompilerPlugin": { -- cgit v1.2.3