mirror of https://github.com/acidanthera/audk.git
UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file
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: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
22f89fea1e
commit
7f79b736b0
|
@ -5,6 +5,10 @@
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
##
|
##
|
||||||
{
|
{
|
||||||
|
## options defined .pytool/Plugin/LicenseCheck
|
||||||
|
"LicenseCheck": {
|
||||||
|
"IgnoreFiles": []
|
||||||
|
},
|
||||||
## options defined .pytool/Plugin/CompilerPlugin
|
## options defined .pytool/Plugin/CompilerPlugin
|
||||||
"CompilerPlugin": {
|
"CompilerPlugin": {
|
||||||
"DscPath": "UnitTestFrameworkPkg.dsc"
|
"DscPath": "UnitTestFrameworkPkg.dsc"
|
||||||
|
|
Loading…
Reference in New Issue