diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-23 13:02:07 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-30 14:19:07 +0000 |
commit | 9944508e85f12aea79230f59b17be66c46d21b95 (patch) | |
tree | 3cbd03b800eb6e032a97f91f4272ee48a20124e7 /ShellPkg | |
parent | 60fa40be458dc65776df92c9ca5d9ef373896a14 (diff) | |
download | edk2-9944508e85f12aea79230f59b17be66c46d21b95.tar.gz edk2-9944508e85f12aea79230f59b17be66c46d21b95.tar.bz2 edk2-9944508e85f12aea79230f59b17be66c46d21b95.zip |
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 <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Acked-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/ShellPkg.ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ ## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
+ "8001", "ShellCommandLineParse"
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
|