# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1513175437 -3600
# Node ID 7540019afcd86748c29e71cea97642443dac4966
# Parent  fc8ef0943b60f860773f30f6d6eb8de6f8a529ce
mod_bosh: Ignore unused argument [luacheck]

diff -r fc8ef0943b60 -r 7540019afcd8 plugins/mod_bosh.lua
--- a/plugins/mod_bosh.lua	Wed Dec 13 15:30:11 2017 +0100
+++ b/plugins/mod_bosh.lua	Wed Dec 13 15:30:37 2017 +0100
@@ -100,7 +100,7 @@
 	end
 end
 
-function check_inactive(now, session, context, reason)
+function check_inactive(now, session, context, reason) -- luacheck: ignore 212/now
 	if not session.destroyed then
 		sessions[context.sid] = nil;
 		sm_destroy_session(session, reason);