aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
blob: db7f2797c39a185e61d502b9d16fe07d3b801cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
unused_args = false

ignore = {
	"631",
}

globals = {
	"elevator",
}

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

	-- Minetest
	"minetest",
	"vector",
	"VoxelManip",

	-- deps
	"default", "screwdriver",
	"farming", "armor",
}