summaryrefslogtreecommitdiff
path: root/moreblocks/.luacheckrc
blob: 7089a5d29e84bddbf4a93775429c1e8d1af084c0 (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
25
26
27
28
29
30
31
32
33
34
35
std = "lua51+minetest"
unused_args = false
allow_defined_top = true
max_line_length = 999

stds.minetest = {
	read_globals = {
		"DIR_DELIM",
		"minetest",
		"core",
		"dump",
		"vector",
		"nodeupdate",
		"VoxelManip",
		"VoxelArea",
		"PseudoRandom",
		"ItemStack",
		"default",
		table = {
			fields = {
				"copy",
			},
		},
	}
}

read_globals = {
	"intllib",
	"protector",
	"isprotect",
	"IsPlayerNodeOwner",
	"HasOwner",
	"getLastOwner",
	"GetNodeOwnerName",
}