mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-01 12:21:01 +02:00
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$") |