Software /
code /
prosody
Changeset
8053:7d26dab7ce0d
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 04 Apr 2017 01:25:10 +0200 |
parents | 8052:f83a2d4826fb |
children | 8054:0ba461b7d9af |
files | plugins/mod_auth_anonymous.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Mon Apr 03 17:14:34 2017 +0200 +++ b/plugins/mod_auth_anonymous.lua Tue Apr 04 01:25:10 2017 +0200 @@ -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 new_sasl = require "util.sasl".new; local datamanager = require "util.datamanager";