Skip to content

Commit

Permalink
Merge commit '0441e70ba033aa5417122d474bd6461fd3d538e6' into build-ex…
Browse files Browse the repository at this point in the history
…ample-in-container
  • Loading branch information
tomwilkie committed Jan 16, 2016
2 parents 0565479 + 0441e70 commit e01f774
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|^\./\.pkg|/vendor/)'
else
git diff --cached --name-only
fi
Expand Down

0 comments on commit e01f774

Please sign in to comment.