From 7f22a1ab39ec781798c7dad7456b5bde27d1d893 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 23 Oct 2014 23:59:05 +0200 Subject: [PATCH] Muted a few cpplint warnings --- scripts/cpplint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cpplint.sh b/scripts/cpplint.sh index c642eaa4..39852d4c 100644 --- a/scripts/cpplint.sh +++ b/scripts/cpplint.sh @@ -1,5 +1,5 @@ CPPLINT="python third-party/cpplint/cpplint.py" -FLAGS="" +FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace" cd .. $CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$") \ No newline at end of file