mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
Revert "build: silence cpp lint by default"
This reverts commit 0373836b39.
PR-URL: https://github.com/nodejs/node/pull/26358
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
153a29c1c3
commit
b2e27a02b4
7
Makefile
7
Makefile
|
|
@ -1266,8 +1266,11 @@ else
|
|||
@echo "To install (requires internet access) run: $ make format-cpp-build"
|
||||
endif
|
||||
|
||||
CPPLINT_QUIET = --quiet
|
||||
|
||||
ifeq ($(V),1)
|
||||
CPPLINT_QUIET =
|
||||
else
|
||||
CPPLINT_QUIET = --quiet
|
||||
endif
|
||||
.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