Software / code / prosody
Comparison
.luacheckrc @ 6667:e4338c0f739a
.luacheckrc: Commit initial config for luacheck
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 06 May 2015 19:35:35 +0100 |
| child | 6750:2a2eb30b1ed4 |
comparison
equal
deleted
inserted
replaced
| 6665:e923d7cb8430 | 6667:e4338c0f739a |
|---|---|
| 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" } |