luacheckrc: Ignore long commets (e.g. license in util.sasl)

This commit is contained in:
Kim Alvefur 2017-11-10 05:34:29 +01:00
parent bd1b01460c
commit 8962abd55b

View file

@ -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