moretrees/.luacheckrc

29 lines
370 B
Plaintext
Raw Permalink Normal View History

2017-12-15 20:22:22 +01:00
unused_args = false
allow_defined_top = true
2020-08-26 02:11:18 +02:00
exclude_files = {".luacheckrc"}
globals = {
"minetest",
"vector",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
"dump",
"moretrees",
"ethereal",
2020-08-26 02:11:18 +02:00
}
2017-12-15 20:22:22 +01:00
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
2017-12-15 20:22:22 +01:00
"biome_lib",
2020-08-26 02:11:18 +02:00
"stairsplus",
"stairs",
"doors",
2017-12-15 20:22:22 +01:00
}