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 <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
addaleax authored and jasnell committed Aug 11, 2020
1 parent 9dac8cb commit 420da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 420da0c

Please sign in to comment.