forked from bblanchon/ArduinoJson
Added cpplint
This commit is contained in:
5
scripts/cpplint.sh
Normal file
5
scripts/cpplint.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
CPPLINT="python third-party/cpplint/cpplint.py"
|
||||||
|
FLAGS=""
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")
|
3381
third-party/cpplint/cpplint.py
vendored
Normal file
3381
third-party/cpplint/cpplint.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user