# HG changeset patch # User Kim Alvefur # Date 1483871440 -3600 # Node ID 75be377b74ea4273ae8b8a80bf2d63851c6afbf4 # Parent a01a3fb96302a6a7d14eb9f8c5548e97accd711b mod_auth_any: Ignore unused arguments, useful to show what arguments are given diff -r a01a3fb96302 -r 75be377b74ea mod_auth_any/mod_auth_any.lua --- 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");