Software / code / prosody-modules
Comparison
.luacheckrc @ 1998:7c16e0199a06
Import and adapt .luacheckrc from Prosody 0.10
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 03 Jan 2016 14:11:27 +0100 |
| child | 2597:805fa6ca062b |
comparison
equal
deleted
inserted
replaced
| 1997:199fb0a82c0a | 1998:7c16e0199a06 |
|---|---|
| 1 cache = true | |
| 2 read_globals = { "prosody", "hosts", "import" } | |
| 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", "211/_ENV", "122/module" }; |