mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]

This commit is contained in:
Kim Alvefur 2017-04-04 01:25:10 +02:00
parent 221809ea04
commit 9db373e4f9

View file

@ -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";