Update lint script to check whitespace

This commit is contained in:
Max Brunsfeld 2014-07-21 13:22:00 -07:00
parent fbdd6ee591
commit cfd4d423a9

View file

@ -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