Software /
code /
prosody
Comparison
.luacheckrc @ 6988:329d5fb8a9d3
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 10 Dec 2015 18:58:30 +0000 |
parent | 6986:6aae14b079d0 |
child | 7476:42d8955be784 |
comparison
equal
deleted
inserted
replaced
6978:30c96a5db360 | 6988:329d5fb8a9d3 |
---|---|
1 cache = true | 1 cache = true |
2 read_globals = { "prosody", "hosts" } | 2 read_globals = { "prosody", "hosts", "import" } |
3 globals = { "_M" } | 3 globals = { "_M" } |
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 |