forked from bblanchon/ArduinoJson
Muted a few cpplint warnings
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
CPPLINT="python third-party/cpplint/cpplint.py"
|
CPPLINT="python third-party/cpplint/cpplint.py"
|
||||||
FLAGS=""
|
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")
|
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")
|
Reference in New Issue
Block a user