Mercurial > prosody-modules
comparison .luacheckrc @ 2904:788f3616e6a0
luacheckrc: Rearrange options to be closer to the order used in main prosody repo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Mar 2018 18:11:08 +0100 |
parents | 59cc6f9e8e68 |
children | b63f236a378f |
comparison
equal
deleted
inserted
replaced
2903:01692f0052e8 | 2904:788f3616e6a0 |
---|---|
1 cache = true | 1 cache = true |
2 allow_defined_top = true | |
3 unused_secondaries = false | |
4 codes = true | |
5 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; | |
2 read_globals = { | 6 read_globals = { |
3 "prosody", | 7 "prosody", |
4 "hosts", | 8 "hosts", |
5 "import", | 9 "import", |
6 | 10 |
75 "module.add_host", | 79 "module.add_host", |
76 "module.save", | 80 "module.save", |
77 "module.restore", | 81 "module.restore", |
78 "module.command", | 82 "module.command", |
79 } | 83 } |
80 allow_defined_top = true | |
81 unused_secondaries = false | |
82 codes = true | |
83 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; |