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 | 4da406588e5177c0b663f2658336888b29795d13 (patch) | |
tree | d22a2f041af48fa2b8f5ea76d4d07eac93404001 /.luacheckrc | |
parent | 72f5bf7f3acfe0fe6621fcea2f8622369874541e (diff) | |
download | prosody-4da406588e5177c0b663f2658336888b29795d13.tar.gz prosody-4da406588e5177c0b663f2658336888b29795d13.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"; |