forked from mtcontrib/moretrees
Add .luacheckrc.
This commit is contained in:
parent
c9add9b24d
commit
aac8386b5a
17
.luacheckrc
Normal file
17
.luacheckrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest", "core",
|
||||
"dump",
|
||||
"vector", "nodeupdate",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"intllib",
|
||||
"default",
|
||||
table = { fields = { "copy", "getn" } },
|
||||
"biome_lib",
|
||||
"stairs", "stairsplus",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user