Software /
code /
prosody
Comparison
.luacheckrc @ 6986:6aae14b079d0
.luacheckrc: Whitelist import() global function
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 10 Dec 2015 17:58:52 +0000 |
parent | 6790:e2cd5848c650 |
child | 7476:42d8955be784 |
comparison
equal
deleted
inserted
replaced
6985:a2e1f5ebdb53 | 6986:6aae14b079d0 |
---|---|
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 |