Skip to content

Commit

Permalink
Allow vendor dirs in subdirectories.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jan 16, 2016
1 parent 0565479 commit 6a223c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint
Expand Up @@ -148,7 +148,7 @@ function lint_files {

function list_files {
if [ $# -gt 0 ]; then
find "$@" -type f | grep -vE '^\./(\.git|vendor)/'
find "$@" -type f | grep -vE '^(\./\.git|vendor)/'
else
git diff --cached --name-only
fi
Expand Down

0 comments on commit 6a223c5

Please sign in to comment.