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
commit244acd81f41c3bed1454242df2ace00bf71451b4 (patch)
treea83839fe142bb5687691c3b529af7840ae601de9 /plugins/mod_auth_cyrus.lua
parent9db373e4f91cb8350f1ff0f7599e49a236f064fc (diff)
downloadprosody-244acd81f41c3bed1454242df2ace00bf71451b4.tar.gz
prosody-244acd81f41c3bed1454242df2ace00bf71451b4.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");