Skip to content

Commit 201d3d7

Browse files
addaleaxBethGriggs
authored andcommitted
build: cover all benchmark addons with C++ linter
PR-URL: #34725 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e4450a1 commit 201d3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines 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)