diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-04 01:25:33 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-04 01:25:33 +0200 |
commit | 244acd81f41c3bed1454242df2ace00bf71451b4 (patch) | |
tree | a83839fe142bb5687691c3b529af7840ae601de9 | |
parent | 9db373e4f91cb8350f1ff0f7599e49a236f064fc (diff) | |
download | prosody-244acd81f41c3bed1454242df2ace00bf71451b4.tar.gz prosody-244acd81f41c3bed1454242df2ace00bf71451b4.zip |
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
-rw-r--r-- | plugins/mod_auth_cyrus.lua | 1 |
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"); |