mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
d7d30e8f21
commit
9deb937076
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue