diff --git a/Makefile b/Makefile index 94f31afa58b80b..9d4e290842c4ec 100644 --- a/Makefile +++ b/Makefile @@ -1199,7 +1199,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 $@