From cfd4d423a9c9c6f4434710f5e208ab4562b35516 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 21 Jul 2014 13:22:00 -0700 Subject: [PATCH] Update lint script to check whitespace --- script/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/lint.sh b/script/lint.sh index bc24d1bb..a63af0e4 100755 --- a/script/lint.sh +++ b/script/lint.sh @@ -10,7 +10,7 @@ fi $CPPLINT \ --root=src \ - --linelength=110 \ - --filter=-legal/copyright,-whitespace/indent,-whitespace/line_length,-readability/todo \ + --linelength=85 \ + --filter=-legal/copyright,-readability/todo \ $(find src/compiler -type f) \ 2>&1