aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-11-10 05:34:29 +0100
committerKim Alvefur <zash@zash.se>2017-11-10 05:34:29 +0100
commit8962abd55b75a572b0e5821f11cd3342e09b113b (patch)
treebec0647890eeef89c49ca00769cf014e3fd61d91 /.luacheckrc
parentbd1b01460ca28af273574911501f4f880593ca82 (diff)
downloadprosody-8962abd55b75a572b0e5821f11cd3342e09b113b.tar.gz
prosody-8962abd55b75a572b0e5821f11cd3342e09b113b.zip
luacheckrc: Ignore long commets (e.g. license in util.sasl)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 4 insertions, 0 deletions
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