forked from bblanchon/ArduinoJson
5 lines
125 B
Bash
5 lines
125 B
Bash
![]() |
CPPLINT="python third-party/cpplint/cpplint.py"
|
||
|
FLAGS=""
|
||
|
|
||
|
cd ..
|
||
|
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")
|