cpplint.sh 197 B

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