Software /
code /
prosody
Diff
net/adns.lua @ 8555:4f0f5b49bb03
vairious: Add annotation when an empty environment is set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Feb 2018 20:06:26 +0100 |
parent | 8280:9ca0e3128b62 |
child | 9731:47121e8dc5b1 |
child | 11266:2115496e8251 |
line wrap: on
line diff
--- a/net/adns.lua Wed Feb 28 18:12:20 2018 +0100 +++ b/net/adns.lua Wed Feb 28 20:06:26 2018 +0100 @@ -17,6 +17,7 @@ local function dummy_send(sock, data, i, j) return (j-i)+1; end local _ENV = nil; +-- luacheck: std none local async_resolver_methods = {}; local async_resolver_mt = { __index = async_resolver_methods };