# HG changeset patch # User Kim Alvefur # Date 1432199656 -7200 # Node ID 7ba877e2d66041124db9e2ab9a4f783ce2805b9b # Parent d011b87b7f58bc1ee35a47bbcb2f9a54896e26ec mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck] diff -r d011b87b7f58 -r 7ba877e2d660 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();