mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-05 06:25:48 +01:00
A hack to check code with cpplint.py
This commit is contained in:
parent
b7da89b978
commit
8f646de79d
7
dist/cpplint.sh
vendored
Executable file
7
dist/cpplint.sh
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
dire=$1
|
||||
if [ x$dire == "x" ];then
|
||||
dire="src"
|
||||
fi
|
||||
|
||||
find $dire -regex '.*\.\(h\|cpp\|mm\)' -type f -exec ./dist/cpplint.py --root=src {} 2>&1 \;
|
Loading…
Reference in New Issue
Block a user