aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-07-08 20:22:48 +0200
committerKim Alvefur <zash@zash.se>2020-07-08 20:22:48 +0200
commit6a30c93ed3ca83c7505a1c7f026e692149a03240 (patch)
treecbb74d0a2f75cd011bdfb944fdbcf91afb83fc8b /.luacheckrc
parent26f741b19be4a9b0d50df4b2e516560c8224a371 (diff)
downloadprosody-6a30c93ed3ca83c7505a1c7f026e692149a03240.tar.gz
prosody-6a30c93ed3ca83c7505a1c7f026e692149a03240.zip
luacheck: Remove exception for net.cqueues since it is now clean
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index bb4568e6..cbfcef8d 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -135,7 +135,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"fallbacks/bit.lua";
"fallbacks/lxp.lua";
- "net/cqueues.lua";
"net/dns.lua";
"net/server_select.lua";