From d0e2650d03f823cf5cc2f55750a7d5111fb2040d Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Thu, 28 Mar 2019 10:20:53 -0400 Subject: src: add NOLINT to js_native_.* * add filter to not lint NOLINT rules PR-URL: https://github.com/nodejs/node/pull/26884 Reviewed-By: Refael Ackermann --- src/js_native_api_v8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/js_native_api_v8.h') diff --git a/src/js_native_api_v8.h b/src/js_native_api_v8.h index d746660df4..4e1779e8f0 100644 --- a/src/js_native_api_v8.h +++ b/src/js_native_api_v8.h @@ -1,7 +1,8 @@ #ifndef SRC_JS_NATIVE_API_V8_H_ #define SRC_JS_NATIVE_API_V8_H_ -#include +// This file needs to be compatible with C compilers. +#include // NOLINT(modernize-deprecated-headers) #include "js_native_api_types.h" #include "js_native_api_v8_internals.h" -- cgit v1.2.3