SecurityPkg/SecurityPkg.ci.yaml: Add configuration for LicenseCheck

Add configuration IgnoreFiles for package config files.
So users can rely on this to skip license conflict for
some generated files.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Shenglei Zhang 2020-07-17 15:21:29 +08:00 committed by mergify[bot]
parent def0c5e181
commit 9a10c305a1
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"LicenseCheck": {
"IgnoreFiles": []
},
"CompilerPlugin": {
"DscPath": "SecurityPkg.dsc"
},