Skip to content

Commit

Permalink
ShellPkg/ShellPkg.ci.yaml: Add configuration for LicenseCheck
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: Id2ce12eab2ec013a1a1e78e25837c407d66261e1
Cc: Ray Ni <[email protected]>
Cc: Zhichao Gao <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Zhichao Gao <[email protected]>
  • Loading branch information
shenglei10 committed Jul 29, 2020
1 parent 9c4102c commit 352110c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShellPkg/ShellPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"LicenseCheck": {
"IgnoreFiles": []
},
"CompilerPlugin": {
"DscPath": "ShellPkg.dsc"
},
Expand Down

0 comments on commit 352110c

Please sign in to comment.