mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01: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$") |