Files
ArduinoJson/scripts/cpplint.sh

5 lines
197 B
Bash
Raw Normal View History

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