diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2020-07-17 15:21:29 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-07-31 02:49:51 +0000 |
commit | 9a10c305a1725c3e7de86f998a14424f6101565d (patch) | |
tree | 858c7e8b1e309d43fbd7ef29512cafd7f44c8683 /SecurityPkg | |
parent | def0c5e18191b93b3fe0bc083030fcee9356c9f9 (diff) | |
download | edk2-9a10c305a1725c3e7de86f998a14424f6101565d.tar.gz |
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.yaml | 3 |
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"
},
|