vairious: Add annotation when an empty environment is set [luacheck]

This commit is contained in:
Kim Alvefur 2018-02-28 20:06:26 +01:00
parent 8e377a8d55
commit 43b814a83b
46 changed files with 46 additions and 0 deletions

View file

@ -25,6 +25,7 @@ local unescapes = {};
for k,v in pairs(escapes) do unescapes[v] = k; end
local _ENV = nil;
-- luacheck: std none
local function split(jid)
if not jid then return; end