From d7d30e8f219f8e21654e6f6f57485d1030adb53d Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 12:59:07 -0800 Subject: EmulatorPkg: 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: Andrew Fish Cc: Ray Ni Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Ray Ni --- EmulatorPkg/EmulatorPkg.ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'EmulatorPkg') diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 97fdef1..338d5fc 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -22,6 +22,13 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "EmuBlockIoDxe/EmuBlockIo.c", + "EmuGopDxe/GopInput.c", + "EmuSnpDxe/EmuSnpDxe.c", + "EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c", + "FvbServicesRuntimeDxe/FWBlockService.c", + "Win/Host/WinFileSystem.c", + "Win/Host/WinInclude.h" ] }, ## options defined .pytool/Plugin/CompilerPlugin -- cgit v1.1