Software /
code /
prosody
Diff
core/modulemanager.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 | 7947:24170d74b00b |
child | 8717:9ddd0fbbe53a |
line wrap: on
line diff
--- a/core/modulemanager.lua Wed Feb 28 18:12:20 2018 +0100 +++ b/core/modulemanager.lua Wed Feb 28 20:06:26 2018 +0100 @@ -38,6 +38,7 @@ 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;