mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
authorKim Alvefur <zash@zash.se>
Thu, 21 May 2015 11:14:16 +0200
changeset 1762 7ba877e2d660
parent 1761 d011b87b7f58
child 1763 0aeab7234d5e
mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
mod_s2s_auth_dane/mod_s2s_auth_dane.lua
--- 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();