diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-23 12:59:50 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-30 14:19:07 +0000 |
commit | 9deb9370766e6af60b0632f51409c8f812c96ce0 (patch) | |
tree | 81277f48df1f271709c7c141755dc204e866d843 | |
parent | d7d30e8f219f8e21654e6f6f57485d1030adb53d (diff) | |
download | edk2-9deb9370766e6af60b0632f51409c8f812c96ce0.tar.gz edk2-9deb9370766e6af60b0632f51409c8f812c96ce0.tar.bz2 edk2-9deb9370766e6af60b0632f51409c8f812c96ce0.zip |
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 <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r-- | MdeModulePkg/MdeModulePkg.ci.yaml | 9 |
1 files 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
|