diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-24 03:00:27 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-24 03:00:27 +0100 |
commit | 321a68c41995de92e3002c48c7df8571343dfd54 (patch) | |
tree | d22a2f041af48fa2b8f5ea76d4d07eac93404001 /.luacheckrc | |
parent | 36ac4d0ad5bd5d2623e0c83a69899cbd0926315e (diff) | |
download | prosody-321a68c41995de92e3002c48c7df8571343dfd54.tar.gz prosody-321a68c41995de92e3002c48c7df8571343dfd54.zip |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 3e3fb2b5..5035f446 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -132,7 +132,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "fallbacks/bit.lua"; "fallbacks/lxp.lua"; - "net/adns.lua"; "net/cqueues.lua"; "net/dns.lua"; "net/server_select.lua"; |