aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-10 21:53:15 +0200
committerKim Alvefur <zash@zash.se>2018-10-10 21:53:15 +0200
commit681bf7434283eb2daa30076b6de2cb8f1d4f3de8 (patch)
tree5aa50f78ce7dce3ec7f68d3269218fc954203730 /.luacheckrc
parent19f86b5428d6182241f486d8dc8fa2f7cdcf8883 (diff)
downloadprosody-681bf7434283eb2daa30076b6de2cb8f1d4f3de8.tar.gz
prosody-681bf7434283eb2daa30076b6de2cb8f1d4f3de8.zip
mod_http_files: Remove exception from luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 763fb718..851e8ae7 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -136,7 +136,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"net/dns.lua";
"net/server_select.lua";
- "plugins/mod_http_files.lua";
"plugins/mod_net_multiplex.lua";
"plugins/mod_storage_sql1.lua";