Skip to content

Commit

Permalink
[FABN-1147] update lic_check ignore list
Browse files Browse the repository at this point in the history
- modified check_license.sh to exclude all .nognore files

Change-Id: Ic536fa5d866621133a98677a2bb69aa85330225f
Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
nklincoln committed Mar 12, 2019
1 parent ab9611e commit 88e0e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
function filterExcludedFiles {
CHECK=`echo "$CHECK" \
| grep -v "^\.git/" \
| grep -v "^\.noignore/" \
| grep -v "^\.build/" \
| grep -v "^vendor/" \
| grep -v "test/fixtures/" \
Expand Down

0 comments on commit 88e0e10

Please sign in to comment.