mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
vairious: Add annotation when an empty environment is set [luacheck]
This commit is contained in:
parent
8e377a8d55
commit
43b814a83b
46 changed files with 46 additions and 0 deletions
|
@ -38,6 +38,7 @@ local component_inheritable_modules = {"tls", "saslauth", "dialback", "iq", "s2s
|
|||
local _G = _G;
|
||||
|
||||
local _ENV = nil;
|
||||
-- luacheck: std none
|
||||
|
||||
local load_modules_for_host, load, unload, reload, get_module, get_items;
|
||||
local get_modules, is_loaded, module_has_method, call_module_method;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue