aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-04 20:06:29 +0100
committerKim Alvefur <zash@zash.se>2017-03-04 20:06:29 +0100
commitc723d21b83a0d219f1087459f48c863e38910bcf (patch)
treefc8783a60386cb3cd661b1b76a4809939f9b24e0 /.luacheckrc
parent1ecc3a7918024a07c2b9f38d274584683e7c3218 (diff)
downloadprosody-c723d21b83a0d219f1087459f48c863e38910bcf.tar.gz
prosody-c723d21b83a0d219f1087459f48c863e38910bcf.zip
luacheckrc: Set max line length to 150 for now [luacheck]
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 80c903c3..4d7ae76e 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -7,6 +7,8 @@ unused_secondaries = false
codes = true
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
+max_line_length = 150
+
files["core/"] = {
ignore = { "122/prosody", "122/hosts" };
}