File

.luacheckrc @ 6782:ec172dbe9d14

net.server_{select,event}: Don't rely on LuaSocket and LuaSec being present in the globals table
author Kim Alvefur <zash@zash.se>
date Mon, 23 Feb 2015 12:04:43 +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" };
}