Software /
code /
prosody-modules
Changeset
2437:75be377b74ea
mod_auth_any: Ignore unused arguments, useful to show what arguments are given
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 08 Jan 2017 11:30:40 +0100 |
parents | 2436:a01a3fb96302 |
children | 2438:a528627e45ab |
files | mod_auth_any/mod_auth_any.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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");