Added cpplint

This commit is contained in:
Benoit Blanchon
2014-10-23 23:10:22 +02:00
parent 9175046f35
commit 5c8283b3e4
2 changed files with 3386 additions and 0 deletions

5
scripts/cpplint.sh Normal file
View 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

File diff suppressed because it is too large Load Diff