mirror of https://github.com/acidanthera/audk.git
NetworkPkg/NetworkPkg.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: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
This commit is contained in:
parent
c6486c3fa9
commit
ce5855a8fa
|
@ -5,6 +5,9 @@
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
##
|
##
|
||||||
{
|
{
|
||||||
|
"LicenseCheck": {
|
||||||
|
"IgnoreFiles": []
|
||||||
|
},
|
||||||
"CompilerPlugin": {
|
"CompilerPlugin": {
|
||||||
"DscPath": "NetworkPkg.dsc"
|
"DscPath": "NetworkPkg.dsc"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue