Software /
code /
prosody
File
.luacheckrc @ 6669:7da8b6bc0966
util.xml: Remove unused parameter (thanks, luacheck)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 06 May 2015 19:39:28 +0100 |
parent | 6667:e4338c0f739a |
child | 6750:2a2eb30b1ed4 |
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" }