aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
blob: 61bc753c24bcf38a0362635a9686f4c3ca206520 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

ignore = {"212/_.*"}

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

read_globals = {
	-- Stdlib
	string = {fields = {"split"}},
	table = {fields = {"copy", "getn"}},

	-- Minetest
	"vector", "ItemStack",
	"dump",

	"monitoring",
	"digiline"
}