Changeset

8774:cac4bd0d3335

mod_privacy: Silence long line warning [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 02 May 2018 12:39:42 +0200
parents 8773:a785b1050644
children 8775:ae7cf011e46a
files plugins/mod_privacy.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_privacy.lua	Tue May 01 21:25:30 2018 +0200
+++ b/plugins/mod_privacy.lua	Wed May 02 12:39:42 2018 +0200
@@ -7,7 +7,7 @@
 -- COPYING file in the source package for more information.
 --
 
-
+-- luacheck: ignore 631
 -- COMPAT w/ pre 0.10
 module:log("error", "The mod_privacy plugin has been replaced by mod_blocklist. Please update your config. For more information see https://prosody.im/doc/modules/mod_privacy");
 module:depends("blocklist");