Diff

util/multitable.lua @ 8382:e5d00bf4a4d5

util: Various minor changes to please [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 10 Nov 2017 05:42:32 +0100
parent 7185:5687788a2e4d
child 8389:5d866eb8f18f
line wrap: on
line diff
--- 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