source: rtos_arduino/trunk/arduino_lib/libraries/ArduinoJson/scripts/cpplint.sh@ 209

Last change on this file since 209 was 209, checked in by ertl-honda, 8 years ago

BlueMix用のフィアルを追加

File size: 238 bytes
Line 
1CPPLINT="python third-party/cpplint/cpplint.py"
2FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams"
3
4cd ..
5$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")
Note: See TracBrowser for help on using the repository browser.