Skip to content

Commit

Permalink
ArmVirtPkg/ArmVirtPkg.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: Laszlo Ersek <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Leif Lindholm <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
shenglei10 authored and mergify[bot] committed Aug 17, 2020
1 parent 32ed362 commit 1fde2b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ArmVirtPkg/ArmVirtPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@
# used for code analysis.
#
# 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": [
]
},
## options defined .pytool/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "" # Don't support this test
Expand Down

0 comments on commit 1fde2b9

Please sign in to comment.