diff --git a/Makefile b/Makefile index a92371573e0c9e..fea678cf45f134 100644 --- a/Makefile +++ b/Makefile @@ -1193,7 +1193,7 @@ lint-cpp: tools/.cpplintstamp tools/.cpplintstamp: $(LINT_CPP_FILES) @echo "Running C++ linter..." - @$(PYTHON) tools/cpplint.py $? + @$(PYTHON) tools/cpplint.py --quiet $? @$(PYTHON) tools/check-imports.py @touch $@