Clean up lint errors
This commit is contained in:
parent
54a555168d
commit
21c259df9c
13 changed files with 57 additions and 58 deletions
|
|
@ -11,6 +11,6 @@ fi
|
|||
$CPPLINT \
|
||||
--root=src \
|
||||
--linelength=110 \
|
||||
--filter=-legal/copyright,-readability/namespace,-whitespace/indent,-whitespace/line_length \
|
||||
--filter=-legal/copyright,-readability/namespace,-whitespace/indent,-whitespace/line_length,-readability/todo \
|
||||
$(find src/compiler -type f) \
|
||||
2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue