Skip to content

Commit

Permalink
Exclude *.approved.cs-files from license header check.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Oct 2, 2018
1 parent 4ac22ea commit 3862556
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private int ScanPath(string path, StringBuilder error)
|| file.Contains("AssemblyInfo.cs")
|| file.Contains(".Designer.cs")
|| file.Contains(".Generated.cs")
|| file.Contains(".approved.cs")
|| file.Contains("Uwp.DeviceRunner")
)
{
Expand Down

0 comments on commit 3862556

Please sign in to comment.