diff -r a597ff326758 -r 7f6184474149 .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