aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-10 21:55:58 +0200
committerKim Alvefur <zash@zash.se>2018-10-10 21:55:58 +0200
commit9c1bbd8313a45f21ad462a47995fdec05aed9b1f (patch)
tree15cc240859473923cc58958eb1ba87cb63a5b341 /.luacheckrc
parent8d82efbca765fff020caeb66f7d04e9c60079dfa (diff)
downloadprosody-9c1bbd8313a45f21ad462a47995fdec05aed9b1f.tar.gz
prosody-9c1bbd8313a45f21ad462a47995fdec05aed9b1f.zip
mod_net_multiplex: 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 851e8ae7..ce3d377b 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_net_multiplex.lua";
"plugins/mod_storage_sql1.lua";
"spec/core_configmanager_spec.lua";