Files
ArduinoJson/scripts/cpplint.sh

5 lines
238 B
Bash
Raw Normal View History

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