Skip to content

Commit f9f9610

Browse files
committed
build: add --quiet to lint-cpp
This commit adds the --quiet flag to cpplint to avoid informational output like: Done processing src/node.cc ...
1 parent 03eb253 commit f9f9610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ lint-cpp: tools/.cpplintstamp
11991199

12001200
tools/.cpplintstamp: $(LINT_CPP_FILES)
12011201
@echo "Running C++ linter..."
1202-
@$(PYTHON) tools/cpplint.py $?
1202+
@$(PYTHON) tools/cpplint.py --quiet $?
12031203
@$(PYTHON) tools/check-imports.py
12041204
@touch $@
12051205

0 commit comments

Comments
 (0)