Undo change to tools/lint

This commit is contained in:
Tom Wilkie
2016-02-22 14:04:11 +00:00
parent 88684aa0b6
commit ea90c196e9

View File

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