cpplint.sh 125 B

12345
  1. CPPLINT="python third-party/cpplint/cpplint.py"
  2. FLAGS=""
  3. cd ..
  4. $CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")