diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-10 21:53:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-10 21:53:15 +0200 |
commit | 98086f264ca13f35699a5d78bb5a683933ecf3e0 (patch) | |
tree | 5aa50f78ce7dce3ec7f68d3269218fc954203730 /.luacheckrc | |
parent | 3a207a682c26cf8ecce993e518734effba111740 (diff) | |
download | prosody-98086f264ca13f35699a5d78bb5a683933ecf3e0.tar.gz prosody-98086f264ca13f35699a5d78bb5a683933ecf3e0.zip |
mod_http_files: Remove exception from luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
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"; |