aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_cyrus.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-04 01:25:33 +0200
committerKim Alvefur <zash@zash.se>2017-04-04 01:25:33 +0200
commit93a40b0d85d562add7ab251f26ddbebeaf784ff3 (patch)
treea83839fe142bb5687691c3b529af7840ae601de9 /plugins/mod_auth_cyrus.lua
parent27c945e180c0085eda4e746fb946bf3492a00af1 (diff)
downloadprosody-93a40b0d85d562add7ab251f26ddbebeaf784ff3.tar.gz
prosody-93a40b0d85d562add7ab251f26ddbebeaf784ff3.zip
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
Diffstat (limited to 'plugins/mod_auth_cyrus.lua')
-rw-r--r--plugins/mod_auth_cyrus.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_auth_cyrus.lua b/plugins/mod_auth_cyrus.lua
index 7668f8c4..0debc287 100644
--- a/plugins/mod_auth_cyrus.lua
+++ b/plugins/mod_auth_cyrus.lua
@@ -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");