diff options
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 8fbd0247..7a72a385 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -80,6 +80,9 @@ files["plugins/"] = { "module.wrap_event", "module.wrap_global", "module.wrap_object_event", + + -- mod_http API + "module.http_url", }; globals = { -- Methods that can be set on module API |