summaryrefslogtreecommitdiff
path: root/src/node_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_api.h')
-rw-r--r--src/node_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_api.h b/src/node_api.h
index 8e5eef8a47..ee0ad3518e 100644
--- a/src/node_api.h
+++ b/src/node_api.h
@@ -100,7 +100,7 @@ typedef struct {
EXTERN_C_END
#define NAPI_MODULE(modname, regfunc) \
- NAPI_MODULE_X(modname, regfunc, NULL, 0)
+ NAPI_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
#define NAPI_AUTO_LENGTH SIZE_MAX