summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2020-07-17 15:14:44 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-07-31 02:49:51 +0000
commitc6486c3fa9c5218c22d54d8c458abc0c9dbff898 (patch)
treee5c83d3fd12f10bdf1a5a1613a24c973d7977e07 /MdePkg
parent1b647d65becc9db870aa8ceec99d33411ffd8e1b (diff)
downloadedk2-c6486c3fa9c5218c22d54d8c458abc0c9dbff898.tar.gz
edk2-c6486c3fa9c5218c22d54d8c458abc0c9dbff898.tar.bz2
edk2-c6486c3fa9c5218c22d54d8c458abc0c9dbff898.zip
MdePkg/MdePkg.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: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/MdePkg.ci.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
index 3268f15354..b088a43449 100644
--- a/MdePkg/MdePkg.ci.yaml
+++ b/MdePkg/MdePkg.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": "MdePkg.dsc"