core/modulemanager.lua
changeset 8558 4f0f5b49bb03
parent 7950 24170d74b00b
child 8720 9ddd0fbbe53a
--- 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;