aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_anonymous.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-04 01:25:10 +0200
committerKim Alvefur <zash@zash.se>2017-04-04 01:25:10 +0200
commit27c945e180c0085eda4e746fb946bf3492a00af1 (patch)
tree8d22ea956e76a9d67f2cca3ba1f53fbe41e0a8e7 /plugins/mod_auth_anonymous.lua
parent59fa0c1c44241413fc6389aaf21561a7e9b14227 (diff)
downloadprosody-27c945e180c0085eda4e746fb946bf3492a00af1.tar.gz
prosody-27c945e180c0085eda4e746fb946bf3492a00af1.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.lua1
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";