diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2020-07-17 15:13:34 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-07-31 02:49:51 +0000 |
commit | 1b647d65becc9db870aa8ceec99d33411ffd8e1b (patch) | |
tree | 09b3e71940d481fb6760dbc82301dd3e95b8f73d /MdeModulePkg/MdeModulePkg.ci.yaml | |
parent | b7ce4f93d5126739464c353fc59e7766668b6001 (diff) | |
download | edk2-1b647d65becc9db870aa8ceec99d33411ffd8e1b.tar.gz edk2-1b647d65becc9db870aa8ceec99d33411ffd8e1b.tar.bz2 edk2-1b647d65becc9db870aa8ceec99d33411ffd8e1b.zip |
MdeModulePkg/MdeModulePkg.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: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.ci.yaml')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 1cfc132839..0fc8c36338 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -5,6 +5,10 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ ## options defined .pytool/Plugin/LicenseCheck
+ "LicenseCheck": {
+ "IgnoreFiles": []
+ },
## options defined ci/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "MdeModulePkg.dsc"
|