From ea90c196e95aa4cf081cf849b74bcc51dbf0a89f Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 22 Feb 2016 14:04:11 +0000 Subject: [PATCH] Undo change to tools/lint --- tools/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lint b/tools/lint index a2c405797..89d534ba8 100755 --- a/tools/lint +++ b/tools/lint @@ -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