mod_auth_any/mod_auth_any.lua
changeset 2441 75be377b74ea
parent 1343 7dbde05b48a9
child 2442 a528627e45ab
--- a/mod_auth_any/mod_auth_any.lua	Fri Jan 06 17:07:01 2017 +0100
+++ b/mod_auth_any/mod_auth_any.lua	Sun Jan 08 11:30:40 2017 +0100
@@ -5,6 +5,7 @@
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
+-- luacheck: ignore 212
 
 local datamanager = require "util.datamanager";
 local log = require "util.logger".init("auth_any");