Diff

plugins/mod_auth_anonymous.lua @ 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
parent 6023:93b4058e3320
child 11122:d60094d9b458
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";