util/envload.lua
changeset 8419 bc9cb23b604a
parent 7933 5dec27760ecd
child 12580 d1aacc6a81ac
--- a/util/envload.lua	Thu Nov 23 17:42:48 2017 +0100
+++ b/util/envload.lua	Thu Nov 23 20:51:38 2017 +0100
@@ -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;