From d8e595907b708fe8b8bdc5e20a92b8c77d914745 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 6 Nov 2014 13:59:38 +0100 Subject: [PATCH] Muted runtime/references --- scripts/cpplint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/cpplint.sh diff --git a/scripts/cpplint.sh b/scripts/cpplint.sh old mode 100644 new mode 100755 index 39852d4c..4dc7ed79 --- a/scripts/cpplint.sh +++ b/scripts/cpplint.sh @@ -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$") \ No newline at end of file