@@ -179,7 +179,7 @@ namespace Nan {
179179
180180// === CallbackInfo =============================================================
181181
182- #include " nan_callbacks.h" // NOLINT(build/include )
182+ #include " nan_callbacks.h" // NOLINT(build/include_subdir )
183183
184184// ==============================================================================
185185
@@ -304,8 +304,8 @@ inline Maybe<T> Just(const T& t) {
304304# include " nan_maybe_pre_43_inl.h" // NOLINT(build/include)
305305#endif
306306
307- #include " nan_converters.h" // NOLINT(build/include )
308- #include " nan_new.h" // NOLINT(build/include )
307+ #include " nan_converters.h" // NOLINT(build/include_subdir )
308+ #include " nan_new.h" // NOLINT(build/include_subdir )
309309
310310#if NAUV_UVVERSION < 0x000b17
311311#define NAUV_WORK_CB (func ) \
@@ -2934,15 +2934,15 @@ inline void SetCallAsFunctionHandler(
29342934
29352935// === Weak Persistent Handling =================================================
29362936
2937- #include " nan_weak.h" // NOLINT(build/include )
2937+ #include " nan_weak.h" // NOLINT(build/include_subdir )
29382938
29392939// === ObjectWrap ===============================================================
29402940
2941- #include " nan_object_wrap.h" // NOLINT(build/include )
2941+ #include " nan_object_wrap.h" // NOLINT(build/include_subdir )
29422942
29432943// === HiddenValue/Private ======================================================
29442944
2945- #include " nan_private.h" // NOLINT(build/include )
2945+ #include " nan_private.h" // NOLINT(build/include_subdir )
29462946
29472947// === Export ==================================================================
29482948
@@ -3034,15 +3034,15 @@ MakeMaybe(MaybeMaybe<T> v) {
30343034
30353035// === TypedArrayContents =======================================================
30363036
3037- #include " nan_typedarray_contents.h" // NOLINT(build/include )
3037+ #include " nan_typedarray_contents.h" // NOLINT(build/include_subdir )
30383038
30393039// === JSON =====================================================================
30403040
3041- #include " nan_json.h" // NOLINT(build/include )
3041+ #include " nan_json.h" // NOLINT(build/include_subdir )
30423042
30433043// === ScriptOrigin =============================================================
30443044
3045- #include " nan_scriptorigin.h" // NOLINT(build/include )
3045+ #include " nan_scriptorigin.h" // NOLINT(build/include_subdir )
30463046
30473047} // end of namespace Nan
30483048
0 commit comments