Skip to content

Commit

Permalink
UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file
Browse files Browse the repository at this point in the history
Add configuration IgnoreFiles for package config files.
So users can rely on this to skip license conflict for
some generated files.

Change-Id: I687aa00e5203e2b349ce0deb6e29547837154615
Cc: Michael D Kinney <[email protected]>
Cc: Sean Brogan <[email protected]>
Cc: Bret Barkelew <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
  • Loading branch information
shenglei10 committed Jul 20, 2020
1 parent 00a1bc3 commit 327818a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []
},
## options defined .pytool/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "UnitTestFrameworkPkg.dsc"
Expand Down

0 comments on commit 327818a

Please sign in to comment.