Revert "build: silence cpp lint by default"

This reverts commit 0373836b390999644d116c96b41ba05a8a0f181a.

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:
Refael Ackermann 2019-02-28 13:00:33 -05:00
parent c1a9c50008
commit 91e1a043a6

View File

@ -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