Don't lint vendor/

This commit is contained in:
Tom Wilkie
2015-10-22 18:02:37 +00:00
parent 22dea31874
commit 8262e7e18e

2
lint
View File

@@ -148,7 +148,7 @@ function lint_files {
function list_files {
if [ $# -gt 0 ]; then
find "$@" -type f | grep -vE '^\./\.git/'
find "$@" -type f | grep -vE '^\./\.git/' | grep -vE '^\./\vendor/'
else
git diff --cached --name-only
fi