build: silence cpp lint by default
The cpp linter is very noisy at the moment. So use the --quiet flag by default instead of being verbose in this case. PR-URL: https://github.com/nodejs/node/pull/26252 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
4a10ce6883
commit
0373836b39
5
Makefile
5
Makefile
@ -1266,11 +1266,8 @@ else
|
|||||||
@echo "To install (requires internet access) run: $ make format-cpp-build"
|
@echo "To install (requires internet access) run: $ make format-cpp-build"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(V),1)
|
|
||||||
CPPLINT_QUIET =
|
|
||||||
else
|
|
||||||
CPPLINT_QUIET = --quiet
|
CPPLINT_QUIET = --quiet
|
||||||
endif
|
|
||||||
.PHONY: lint-cpp
|
.PHONY: lint-cpp
|
||||||
# Lints the C++ code with cpplint.py and check-imports.py.
|
# Lints the C++ code with cpplint.py and check-imports.py.
|
||||||
lint-cpp: tools/.cpplintstamp
|
lint-cpp: tools/.cpplintstamp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user