From 201d3d7074b7987125402c4c22c05de93d698fc4 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 11 Aug 2020 15:31:42 +0200 Subject: [PATCH] build: cover all benchmark addons with C++ linter PR-URL: https://github.com/nodejs/node/pull/34725 Reviewed-By: Richard Lau Reviewed-By: James M Snell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b3818b01d5dee..97134eee65e1aa 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 \