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
commit4091a356580dfa0ee514dedcad3b195f0e24d026 (patch)
tree5aa50f78ce7dce3ec7f68d3269218fc954203730 /.luacheckrc
parentbcebf019fc33f812c99c748c73b2ea167e027344 (diff)
downloadprosody-4091a356580dfa0ee514dedcad3b195f0e24d026.tar.gz
prosody-4091a356580dfa0ee514dedcad3b195f0e24d026.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";