Software /
code /
prosody
Comparison
.luacheckrc @ 6679:96e034508978
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 13 May 2015 17:00:27 +0100 |
parent | 6667:e4338c0f739a |
child | 6750:2a2eb30b1ed4 |
comparison
equal
deleted
inserted
replaced
6666:42fdc8dddf04 | 6679:96e034508978 |
---|---|
1 cache = true | |
2 read_globals = { "prosody", "hosts" } | |
3 globals = { "_M" } | |
4 allow_defined_top = true | |
5 module = true | |
6 unused_secondaries = false | |
7 codes = true | |
8 ignore = { "411/err", "421/err", "411/ok", "421/ok" } |