forked from minetest-mods/areas
Add template .luacheckrc
This commit is contained in:
parent
7b51f84404
commit
a303abe51b
15
.luacheckrc
Normal file
15
.luacheckrc
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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" } }
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user