Files
ArduinoJson/scripts/cpplint.sh

5 lines
125 B
Bash
Raw Normal View History

2014-10-23 23:10:22 +02:00
CPPLINT="python third-party/cpplint/cpplint.py"
FLAGS=""
cd ..
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")