mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-30 20:00:59 +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$")
|