aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-07 19:21:24 +0100
committerKim Alvefur <zash@zash.se>2018-03-07 19:21:24 +0100
commit13a78a9463cc890a3796c8868a79c8da70059815 (patch)
treeb7ed938862c3fe65e786fa3e7d1de3c53cb57b18 /.luacheckrc
parent1dd3dc731f0cf4147a111ffc88d9d54752d0f51f (diff)
downloadprosody-13a78a9463cc890a3796c8868a79c8da70059815.tar.gz
prosody-13a78a9463cc890a3796c8868a79c8da70059815.zip
.luacheckrc: Add awareness of the module:http_url API added by mod_http
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
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