Skip to content

Commit

Permalink
NetworkPkg/NetworkPkg.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.

Cc: Maciej Rabeda <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Siyuan Fu <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Maciej Rabeda <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
shenglei10 authored and mergify[bot] committed Aug 17, 2020
1 parent f04e754 commit 0716b23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NetworkPkg/NetworkPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
# CI configuration for NetworkPkg
#
# Copyright (c) Microsoft Corporation
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"LicenseCheck": {
"IgnoreFiles": []
},
"EccCheck": {
## Exception sample looks like below:
## "ExceptionList": [
## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
]
},
"CompilerPlugin": {
"DscPath": "NetworkPkg.dsc"
},
Expand Down

0 comments on commit 0716b23

Please sign in to comment.