Skip to content

Commit

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

Change-Id: Ia47a8fb481d264f969975b66e3e129d89b5df6ef
Cc: Eric Dong <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Acked-by: Ray Ni <[email protected]>
Reviewed-by: Eric Dong <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
shenglei10 committed Aug 11, 2020
1 parent ebd2838 commit 04d38ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UefiCpuPkg/UefiCpuPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
# CI configuration for UefiCpuPkg
#
# 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": [
],
"IgnoreFiles": [
]
},
"CompilerPlugin": {
"DscPath": "UefiCpuPkg.dsc"
},
Expand Down

0 comments on commit 04d38ab

Please sign in to comment.