summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2020-07-17 15:21:29 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-07-31 02:49:51 +0000
commit9a10c305a1725c3e7de86f998a14424f6101565d (patch)
tree858c7e8b1e309d43fbd7ef29512cafd7f44c8683 /SecurityPkg
parentdef0c5e18191b93b3fe0bc083030fcee9356c9f9 (diff)
downloadedk2-9a10c305a1725c3e7de86f998a14424f6101565d.tar.gz
edk2-9a10c305a1725c3e7de86f998a14424f6101565d.tar.bz2
edk2-9a10c305a1725c3e7de86f998a14424f6101565d.zip
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>
Diffstat (limited to 'SecurityPkg')
-rw-r--r--SecurityPkg/SecurityPkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml
index 9532190533..1ef1d2e67e 100644
--- a/SecurityPkg/SecurityPkg.ci.yaml
+++ b/SecurityPkg/SecurityPkg.ci.yaml
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "LicenseCheck": {
+ "IgnoreFiles": []
+ },
"CompilerPlugin": {
"DscPath": "SecurityPkg.dsc"
},