cpplint.sh 238 B

12345
  1. CPPLINT="python third-party/cpplint/cpplint.py"
  2. FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams"
  3. cd ..
  4. $CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")