aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
blob: 27234dc58590438148ba28c07570d5d09eeeb7c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

unused_args = false

globals = {
	"mesecons_debug",
	"mesecon",
}

read_globals = {
	"minetest", "dump",
	"digiline",
	"monitoring",
}