mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 01:07:57 +01:00
Arduino IDE: Place libraries in portable/sketchbook/libraries folder. PlatformIO: Place libraries in your projects lib folder.
5 lines
238 B
Bash
5 lines
238 B
Bash
CPPLINT="python third-party/cpplint/cpplint.py"
|
|
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams"
|
|
|
|
cd ..
|
|
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$") |