Skip to content

Commit

Permalink
MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check
Browse files Browse the repository at this point in the history
Add configuration ExceptionList and IgnoreFiles for package config
files. So users can rely on this to ignore some Ecc issues.
Besides, add submodule path in IgnoreFiles section.

Cc: Jian J Wang <[email protected]>
Cc: Hao A Wu <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
shenglei10 authored and mergify[bot] committed Aug 17, 2020
1 parent fbc9cb4 commit 32ed362
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MdeModulePkg/MdeModulePkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@
# CI configuration for MdeModulePkg
#
# Copyright (c) Microsoft Corporation
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []
},
"EccCheck": {
## Exception sample looks like below:
## "ExceptionList": [
## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
"Library/BrotliCustomDecompressLib/brotli",
"Universal/RegularExpressionDxe/oniguruma"
]
},
## options defined ci/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "MdeModulePkg.dsc"
Expand Down

0 comments on commit 32ed362

Please sign in to comment.