Software /
code /
prosody
File
.luacheckrc @ 6778:4009ae66e0f0
util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 21 Feb 2015 10:38:44 +0100 |
parent | 6750:2a2eb30b1ed4 |
child | 6790:e2cd5848c650 |
line wrap: on
line source
cache = true read_globals = { "prosody", "hosts" } globals = { "_M" } allow_defined_top = true module = true unused_secondaries = false codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok" } files["plugins/"] = { ignore = { "122/module" }; }