]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/ShellPkg.ci.yaml: Add configuration for LicenseCheck
authorShenglei Zhang <shenglei.zhang@intel.com>
Fri, 17 Jul 2020 07:22:32 +0000 (15:22 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 31 Jul 2020 02:49:51 +0000 (02:49 +0000)
Add configuration IgnoreFiles for package config files.
So users can rely on this to skip license conflict for
some generated files.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
ShellPkg/ShellPkg.ci.yaml

index 67de34a2556e75690f8e2b2502643e4c205c9199..565e08596b2fc372620d28e3664235d8134027fd 100644 (file)
@@ -5,6 +5,9 @@
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
+    "LicenseCheck": {\r
+        "IgnoreFiles": []\r
+    },\r
     "CompilerPlugin": {\r
         "DscPath": "ShellPkg.dsc"\r
     },\r