Software /
code /
prosody
Changeset
8381:7f6184474149
luacheckrc: Ignore long commets (e.g. license in util.sasl)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Nov 2017 05:34:29 +0100 |
parents | 8380:a597ff326758 |
children | 8382:e5d00bf4a4d5 |
files | .luacheckrc |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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