plugins/mod_auth_anonymous.lua
changeset 8056 7d26dab7ce0d
parent 6023 93b4058e3320
child 11126 d60094d9b458
--- 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";