Files
ArduinoJson/scripts/cpplint.sh
2014-10-23 23:59:05 +02:00

5 lines
197 B
Bash

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