From 8962abd55b75a572b0e5821f11cd3342e09b113b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 10 Nov 2017 05:34:29 +0100 Subject: luacheckrc: Ignore long commets (e.g. license in util.sasl) --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index fcf2f000..b5ad23e0 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -13,6 +13,10 @@ files["core/"] = { read_globals = { "prosody", "hosts" }; globals = { "prosody.hosts.?", "hosts.?" }; } +files["util/"] = { + -- Ignore unwrapped license text + max_comment_line_length = false; +} files["plugins/"] = { read_globals = { -- Module instance -- cgit v1.2.3