luacheckrc: Ignore long commets (e.g. license in util.sasl)
authorKim Alvefur <zash@zash.se>
Fri, 10 Nov 2017 05:34:29 +0100
changeset 8384 7f6184474149
parent 8383 a597ff326758
child 8385 e5d00bf4a4d5
luacheckrc: Ignore long commets (e.g. license in util.sasl)
.luacheckrc
--- a/.luacheckrc	Wed Nov 08 10:45:58 2017 +0100
+++ b/.luacheckrc	Fri Nov 10 05:34:29 2017 +0100
@@ -13,6 +13,10 @@
 	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