Muted a few cpplint warnings

This commit is contained in:
Benoit Blanchon
2014-10-23 23:59:05 +02:00
parent 55b0eab3e6
commit 7f22a1ab39

View File

@ -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$")