mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-07-14 22:10:19 +02:00
Add .luacheckrc.
This commit is contained in:
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",
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user