mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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
7
Makefile
7
Makefile
@ -1266,11 +1266,8 @@ else
|
||||
@echo "To install (requires internet access) run: $ make format-cpp-build"
|
||||
endif
|
||||
|
||||
ifeq ($(V),1)
|
||||
CPPLINT_QUIET =
|
||||
else
|
||||
CPPLINT_QUIET = --quiet
|
||||
endif
|
||||
CPPLINT_QUIET = --quiet
|
||||
|
||||
.PHONY: lint-cpp
|
||||
# Lints the C++ code with cpplint.py and check-imports.py.
|
||||
lint-cpp: tools/.cpplintstamp
|
||||
|
Loading…
Reference in New Issue
Block a user