diff --git a/scripts/cpplint.sh b/scripts/cpplint.sh index c642eaa4..39852d4c 100644 --- a/scripts/cpplint.sh +++ b/scripts/cpplint.sh @@ -1,5 +1,5 @@ CPPLINT="python third-party/cpplint/cpplint.py" -FLAGS="" +FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace" cd .. $CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$") \ No newline at end of file