core/moduleapi.lua
changeset 7145 67226eaef97c
parent 7144 362545c3f8bb
child 7167 af26e8eb591f
--- a/core/moduleapi.lua	Fri Feb 05 00:04:11 2016 +0000
+++ b/core/moduleapi.lua	Fri Feb 05 00:10:27 2016 +0000
@@ -399,7 +399,7 @@
 	timer.reschedule(self.id, delay)
 end
 
-local function timer_callback(now, id, t)
+local function timer_callback(now, id, t) --luacheck: ignore 212/id
 	if t.module_env.loaded == false then return; end
 	return t.callback(now, unpack(t, 1, t.n));
 end