Skip to content

Commit

Permalink
MdeModulePkg: Update YAML to ignore specific ECC files/errors
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Sean Brogan <[email protected]>
Cc: Bret Barkelew <[email protected]>
Cc: Michael Kubacki <[email protected]>
Signed-off-by: Michael D Kinney <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
mdkinney authored and mergify[bot] committed Nov 30, 2021
1 parent d7d30e8 commit 9deb937
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions MdeModulePkg/MdeModulePkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9deb937

Please sign in to comment.