aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-30 13:37:13 +0200
committerKim Alvefur <zash@zash.se>2018-09-30 13:37:13 +0200
commitdc5437c14f580231e85c522f033a07a81dd7273f (patch)
treeb928f970274ae3390ddfa897d94d60735070c56a /.luacheckrc
parentf0974502f044e7c57bf03ea65d93f78882e4f0c8 (diff)
downloadprosody-dc5437c14f580231e85c522f033a07a81dd7273f.tar.gz
prosody-dc5437c14f580231e85c522f033a07a81dd7273f.zip
mod_admin_adhoc: Remove from global luacheck ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 1ca0d0df..d6df1315 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -135,7 +135,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"net/dns.lua";
"net/server_select.lua";
- "plugins/mod_admin_adhoc.lua";
"plugins/mod_admin_telnet.lua";
"plugins/mod_http_files.lua";
"plugins/mod_net_multiplex.lua";