Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-08-11 16:31:42 +0300
committerJames M Snell <jasnell@gmail.com>2020-08-11 23:29:15 +0300
commit420da0ccd195adfd36bf160d59af92567a8df74f (patch)
tree7cec93818dba9153c6a0485829e5de1b81521a7c
parent9dac8cbbc32cac824cc8415df3b610cee6d47c99 (diff)
build: cover all benchmark addons with C++ linter
PR-URL: https://github.com/nodejs/node/pull/34725 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b3818b01d5..97134eee65e 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \