Skip to content

Commit

Permalink
build: cover all benchmark addons with C++ linter
Browse files Browse the repository at this point in the history
PR-URL: #34725
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
addaleax authored and BethGriggs committed Aug 20, 2020
1 parent e4450a1 commit 201d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ LINT_CPP_EXCLUDE += $(wildcard test/js-native-api/??_*/*.cc test/js-native-api/?
LINT_CPP_EXCLUDE += src/tracing/trace_event.h src/tracing/trace_event_common.h

LINT_CPP_FILES = $(filter-out $(LINT_CPP_EXCLUDE), $(wildcard \
benchmark/napi/function_call/binding.cc \
benchmark/napi/*/*.cc \
src/*.c \
src/*.cc \
src/*.h \
Expand Down

0 comments on commit 201d3d7

Please sign in to comment.