Software /
code /
prosody
Comparison
.luacheckrc @ 7948:ed99a8e3c260
luacheckrc: Set max line length to 150 for now [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 04 Mar 2017 20:06:29 +0100 |
parent | 7872:3105d35cc2c2 |
child | 7949:8acc35b5355a |
comparison
equal
deleted
inserted
replaced
7947:24170d74b00b | 7948:ed99a8e3c260 |
---|---|
4 allow_defined_top = true | 4 allow_defined_top = true |
5 module = true | 5 module = true |
6 unused_secondaries = false | 6 unused_secondaries = false |
7 codes = true | 7 codes = true |
8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } | 8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } |
9 | |
10 max_line_length = 150 | |
9 | 11 |
10 files["core/"] = { | 12 files["core/"] = { |
11 ignore = { "122/prosody", "122/hosts" }; | 13 ignore = { "122/prosody", "122/hosts" }; |
12 } | 14 } |
13 files["plugins/"] = { | 15 files["plugins/"] = { |