Diff

plugins/mod_auth_cyrus.lua @ 8054:0ba461b7d9af

mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 04 Apr 2017 01:25:33 +0200
parent 5117:2c7e1ce8f482
line wrap: on
line diff
--- 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");