aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
blob: 3f147806ef6a91684895379c5ea472c4fb73c459 (plain)
1
2
3
4
5
6
7
8
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" }