Files
ArduinoJson/scripts/cpplint.sh

5 lines
217 B
Bash
Raw Normal View History

2014-10-23 23:10:22 +02:00
CPPLINT="python third-party/cpplint/cpplint.py"
2014-11-06 13:59:38 +01:00
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references"
2014-10-23 23:10:22 +02:00
cd ..
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")