Skip to content

Commit f4cffff

Browse files
danbevtargos
authored andcommitted
build: add --quiet to lint-cpp
This commit adds the --quiet flag to cpplint to avoid informational output like: Done processing src/node.cc ... PR-URL: #23075 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent ef00e5c commit f4cffff

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
@@ -1193,7 +1193,7 @@ lint-cpp: tools/.cpplintstamp
11931193

11941194
tools/.cpplintstamp: $(LINT_CPP_FILES)
11951195
@echo "Running C++ linter..."
1196-
@$(PYTHON) tools/cpplint.py $?
1196+
@$(PYTHON) tools/cpplint.py --quiet $?
11971197
@$(PYTHON) tools/check-imports.py
11981198
@touch $@
11991199

0 commit comments

Comments
 (0)