luacheckrc: Set max line length to 150 for now [luacheck]
authorKim Alvefur <zash@zash.se>
Sat, 04 Mar 2017 20:06:29 +0100
changeset 7951 ed99a8e3c260
parent 7950 24170d74b00b
child 7952 8acc35b5355a
luacheckrc: Set max line length to 150 for now [luacheck]
.luacheckrc
--- a/.luacheckrc	Sat Mar 04 17:49:48 2017 +0100
+++ b/.luacheckrc	Sat Mar 04 20:06:29 2017 +0100
@@ -7,6 +7,8 @@
 codes = true
 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
 
+max_line_length = 150
+
 files["core/"] = {
 	ignore = { "122/prosody", "122/hosts" };
 }