2020-10-25 20:54:52 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
2024-12-19 12:55:40 +01:00
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"minetest",
|
|
|
|
"vector",
|
|
|
|
"VoxelManip",
|
|
|
|
"VoxelArea",
|
|
|
|
"PseudoRandom",
|
|
|
|
"ItemStack",
|
|
|
|
"default",
|
|
|
|
"dump",
|
|
|
|
"moretrees",
|
|
|
|
"ethereal",
|
2020-10-25 20:54:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
2024-12-19 12:55:40 +01:00
|
|
|
string = {fields = {"split"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
2020-10-25 20:54:52 +01:00
|
|
|
"stairsplus",
|
|
|
|
"stairs",
|
|
|
|
"doors",
|
2024-12-19 12:55:40 +01:00
|
|
|
"xcompat",
|
2020-10-25 20:54:52 +01:00
|
|
|
}
|