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
commitaea63c60138b6a8ca2a30d26bf07c026d03dec44 (patch)
treeb7ed938862c3fe65e786fa3e7d1de3c53cb57b18 /.luacheckrc
parentb082f53b5774d6208ecf28eba9845b5793a9053a (diff)
downloadprosody-aea63c60138b6a8ca2a30d26bf07c026d03dec44.tar.gz
prosody-aea63c60138b6a8ca2a30d26bf07c026d03dec44.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