Update lint script to check whitespace
This commit is contained in:
parent
fbdd6ee591
commit
cfd4d423a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue