diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-10 21:55:58 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-10 21:55:58 +0200 |
commit | aa12b314162168f5ef8385852429a28779e9be60 (patch) | |
tree | 15cc240859473923cc58958eb1ba87cb63a5b341 | |
parent | 89e98bf24053b640bd9aceec32756ac7b14173ee (diff) | |
download | prosody-aa12b314162168f5ef8385852429a28779e9be60.tar.gz prosody-aa12b314162168f5ef8385852429a28779e9be60.zip |
mod_net_multiplex: Remove exception from luacheck
-rw-r--r-- | .luacheckrc | 1 |
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"; |