mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]
This commit is contained in:
parent
8fad47a0c6
commit
2ae9db48c5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
-- This project is MIT/X11 licensed. Please see the
|
||||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
-- luacheck: ignore 113/setfenv
|
||||
-- luacheck: ignore 113/setfenv 113/loadstring
|
||||
|
||||
local load, loadstring, setfenv = load, loadstring, setfenv;
|
||||
local io_open = io.open;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue