Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa8110a

Browse filesBrowse files
BridgeARaddaleax
authored andcommitted
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: #26252 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2fe9886 commit fa8110a
Copy full SHA for fa8110a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,11 +1266,8 @@ else
12661266
@echo "To install (requires internet access) run: $ make format-cpp-build"
12671267
endif
12681268

1269-
ifeq ($(V),1)
1270-
CPPLINT_QUIET =
1271-
else
1272-
CPPLINT_QUIET = --quiet
1273-
endif
1269+
CPPLINT_QUIET = --quiet
1270+
12741271
.PHONY: lint-cpp
12751272
# Lints the C++ code with cpplint.py and check-imports.py.
12761273
lint-cpp: tools/.cpplintstamp

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.