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 | aea63c60138b6a8ca2a30d26bf07c026d03dec44 (patch) | |
tree | b7ed938862c3fe65e786fa3e7d1de3c53cb57b18 /.luacheckrc | |
parent | b082f53b5774d6208ecf28eba9845b5793a9053a (diff) | |
download | prosody-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-- | .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 |