aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-07-06 00:16:17 +0200
committerKim Alvefur <zash@zash.se>2018-07-06 00:16:17 +0200
commit134e393f4eb43de0c6dc1a8adc59e6d8e647234c (patch)
tree095f27977c8955303f700a188941dc42274aa6be /.luacheckrc
parent6e567e7aebe1d14a351343785c9a8103f96c9fc8 (diff)
downloadprosody-134e393f4eb43de0c6dc1a8adc59e6d8e647234c.tar.gz
prosody-134e393f4eb43de0c6dc1a8adc59e6d8e647234c.zip
luacheckrc: Consider mod_http clean
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 1c70a611..3e4c3cee 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -140,7 +140,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"plugins/mod_bosh.lua";
"plugins/mod_groups.lua";
"plugins/mod_http_files.lua";
- "plugins/mod_http.lua";
"plugins/mod_legacyauth.lua";
"plugins/mod_net_multiplex.lua";
"plugins/mod_pep_plus.lua";