diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-04 01:25:10 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-04 01:25:10 +0200 |
commit | 9db373e4f91cb8350f1ff0f7599e49a236f064fc (patch) | |
tree | 8d22ea956e76a9d67f2cca3ba1f53fbe41e0a8e7 /plugins/mod_auth_anonymous.lua | |
parent | 221809ea04f86bcf1ebdfd09364864898bf66efb (diff) | |
download | prosody-9db373e4f91cb8350f1ff0f7599e49a236f064fc.tar.gz prosody-9db373e4f91cb8350f1ff0f7599e49a236f064fc.zip |
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
Diffstat (limited to 'plugins/mod_auth_anonymous.lua')
-rw-r--r-- | plugins/mod_auth_anonymous.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_auth_anonymous.lua b/plugins/mod_auth_anonymous.lua index 8de46f8c..1f2bceb3 100644 --- a/plugins/mod_auth_anonymous.lua +++ b/plugins/mod_auth_anonymous.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 new_sasl = require "util.sasl".new; local datamanager = require "util.datamanager"; |