Skip to content

Commit b0dc0ca

Browse files
danbevtargos
authored andcommitted
build: make lint-addon-docs quiet
This commit adds the --quiet flag to cpplint for the lint-addon-docs target to be consistent with the lint-cpp target. PR-URL: #23217 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 42e67a4 commit b0dc0ca

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 @@ tools/.cpplintstamp: $(LINT_CPP_FILES)
11931193

11941194
lint-addon-docs: test/addons/.docbuildstamp
11951195
@echo "Running C++ linter on addon docs..."
1196-
@$(PYTHON) tools/cpplint.py --filter=$(ADDON_DOC_LINT_FLAGS) $(LINT_CPP_ADDON_DOC_FILES_GLOB)
1196+
@$(PYTHON) tools/cpplint.py --quiet --filter=$(ADDON_DOC_LINT_FLAGS) $(LINT_CPP_ADDON_DOC_FILES_GLOB)
11971197

11981198
cpplint: lint-cpp
11991199
@echo "Please use lint-cpp instead of cpplint"

0 commit comments

Comments
 (0)