mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
authorKim Alvefur <zash@zash.se>
Tue, 04 Apr 2017 01:25:33 +0200
changeset 8057 0ba461b7d9af
parent 8056 7d26dab7ce0d
child 8058 b08d9295f036
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
plugins/mod_auth_cyrus.lua
--- a/plugins/mod_auth_cyrus.lua	Tue Apr 04 01:25:10 2017 +0200
+++ b/plugins/mod_auth_cyrus.lua	Tue Apr 04 01:25:33 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 log = require "util.logger".init("auth_cyrus");