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 201d3d7

Browse filesBrowse files
addaleaxBethGriggs
authored andcommitted
build: cover all benchmark addons with C++ linter
PR-URL: #34725 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e4450a1 commit 201d3d7
Copy full SHA for 201d3d7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ LINT_CPP_EXCLUDE += $(wildcard test/js-native-api/??_*/*.cc test/js-native-api/?
12681268
LINT_CPP_EXCLUDE += src/tracing/trace_event.h src/tracing/trace_event_common.h
12691269

12701270
LINT_CPP_FILES = $(filter-out $(LINT_CPP_EXCLUDE), $(wildcard \
1271-
benchmark/napi/function_call/binding.cc \
1271+
benchmark/napi/*/*.cc \
12721272
src/*.c \
12731273
src/*.cc \
12741274
src/*.h \

0 commit comments

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