util/multitable.lua
changeset 8385 e5d00bf4a4d5
parent 7188 5687788a2e4d
child 8392 5d866eb8f18f
--- a/util/multitable.lua	Fri Nov 10 05:34:29 2017 +0100
+++ b/util/multitable.lua	Fri Nov 10 05:42:32 2017 +0100
@@ -132,7 +132,7 @@
 	local maxdepth = select("#", ...);
 	local stack = { self.data };
 	local keys = { };
-	local function it(self)
+	local function it(self) -- luacheck: ignore 432/self
 		local depth = #stack;
 		local key = next(stack[depth], keys[depth]);
 		if key == nil then -- Go up the stack