Files
ArduinoJson/scripts/cpplint.sh
Benoit Blanchon 5c8283b3e4 Added cpplint
2014-10-23 23:10:22 +02:00

5 lines
125 B
Bash

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