ESP3D/extra-libraries/ESP8266/ESP8266SdFat/extras/cpplint.sh
2023-10-02 19:55:18 +08:00

4 lines
No EOL
234 B
Bash

#!/bin/sh
export PATH=/cygdrive/c/Python27:/cygdrive/c/Python27/DLLs:/cygdrive/c/Python27/Scripts:$PATH
echo $PATH
python cpplint.py --filter=-build/include,-runtime/references,-build/header_guard ../src/*.* ../src/*/*.* 2>cpplint.txt