Muted runtime/references

This commit is contained in:
Benoit Blanchon
2014-11-06 13:59:38 +01:00
parent 1e02fabdec
commit d8e595907b

2
scripts/cpplint.sh Normal file → Executable file
View File

@ -1,5 +1,5 @@
CPPLINT="python third-party/cpplint/cpplint.py"
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace"
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references"
cd ..
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")