aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
blob: 590f9c3718fb6625e12e096dcba5e33249b82efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cache = true
read_globals = { "prosody", "hosts", "import" }
globals = { "_M" }
allow_defined_top = true
module = true
unused_secondaries = false
codes = true
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }

files["plugins/"] = {
	ignore = { "122/module" };
}