Software /
code /
prosody-modules
Comparison
.luacheckrc @ 3523:68beaf7fd7d6
luacheckrc: Copy line length setting from prosody
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 18:31:10 +0200 |
parent | 3422:ba3c79ef2253 |
child | 3524:a7a751e57f32 |
comparison
equal
deleted
inserted
replaced
3522:c2e038e573be | 3523:68beaf7fd7d6 |
---|---|
1 cache = true | 1 cache = true |
2 allow_defined_top = true | 2 allow_defined_top = true |
3 unused_secondaries = false | 3 unused_secondaries = false |
4 max_line_length = 150 | |
4 codes = true | 5 codes = true |
5 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; | 6 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; |
6 read_globals = { | 7 read_globals = { |
7 "prosody", | 8 "prosody", |
8 "hosts", | 9 "hosts", |