From 9944508e85f12aea79230f59b17be66c46d21b95 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 13:02:07 -0800 Subject: ShellPkg: 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: Ray Ni Cc: Zhichao Gao Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Ray Ni Acked-by: Zhichao Gao --- ShellPkg/ShellPkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ShellPkg') diff --git a/ShellPkg/ShellPkg.ci.yaml b/ShellPkg/ShellPkg.ci.yaml index 30894d44bc..e741402459 100644 --- a/ShellPkg/ShellPkg.ci.yaml +++ b/ShellPkg/ShellPkg.ci.yaml @@ -15,6 +15,7 @@ ## "", "" ## ] "ExceptionList": [ + "8001", "ShellCommandLineParse" ], ## Both file path and directory path are accepted. "IgnoreFiles": [ -- cgit v1.2.3