diff options
author | Kim Alvefur <zash@zash.se> | 2018-03-07 19:21:24 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-03-07 19:21:24 +0100 |
commit | 13a78a9463cc890a3796c8868a79c8da70059815 (patch) | |
tree | b7ed938862c3fe65e786fa3e7d1de3c53cb57b18 | |
parent | 1dd3dc731f0cf4147a111ffc88d9d54752d0f51f (diff) | |
download | prosody-13a78a9463cc890a3796c8868a79c8da70059815.tar.gz prosody-13a78a9463cc890a3796c8868a79c8da70059815.zip |
.luacheckrc: Add awareness of the module:http_url API added by mod_http
-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 |