util/multitable.lua
changeset 8558 4f0f5b49bb03
parent 8392 5d866eb8f18f
child 9696 affcbccc1dff
--- a/util/multitable.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/multitable.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -12,6 +12,7 @@
 local unpack = table.unpack or unpack; --luacheck: ignore 113 143
 
 local _ENV = nil;
+-- luacheck: std none
 
 local function get(self, ...)
 	local t = self.data;