diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2020-07-17 15:02:51 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-07-31 02:49:51 +0000 |
commit | 7ed9c63d9e179194410151c46bcbfcaf2dde5344 (patch) | |
tree | f2ec093bde778c801f8ac0b856f13795ae7b32fe /EmulatorPkg | |
parent | fdb056373ccf9e034a50f26300f1d33cc5ee7800 (diff) | |
download | edk2-7ed9c63d9e179194410151c46bcbfcaf2dde5344.tar.gz edk2-7ed9c63d9e179194410151c46bcbfcaf2dde5344.tar.bz2 edk2-7ed9c63d9e179194410151c46bcbfcaf2dde5344.zip |
EmulatorPkg/EmulatorPkg.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: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 81f81780ec..dead82f697 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -8,6 +8,10 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ ## options defined .pytool/Plugin/LicenseCheck
+ "LicenseCheck": {
+ "IgnoreFiles": []
+ },
## options defined .pytool/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "" # Don't support this test
|