changeset 1758:7ba877e2d660

mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
author Kim Alvefur <zash@zash.se>
date Thu, 21 May 2015 11:14:16 +0200
parents d011b87b7f58
children 0aeab7234d5e
files mod_s2s_auth_dane/mod_s2s_auth_dane.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_s2s_auth_dane/mod_s2s_auth_dane.lua	Thu May 21 10:28:02 2015 +0200
+++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua	Thu May 21 11:14:16 2015 +0200
@@ -14,6 +14,8 @@
 -- No encryption offered
 -- Different hostname before and after STARTTLS - mod_s2s should complain
 -- Interaction with Dialback
+--
+-- luacheck: ignore module
 
 module:set_global();