Software /
code /
prosody
File
.luacheckrc @ 6781:05cd80ec107c
mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 22 Feb 2015 19:06:26 +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" }; }