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

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

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

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

	"monitoring",
	"digiline"
}