This code is not trivial, and really needs a .luacheckrc.

This commit is contained in:
Auke Kok 2017-12-19 21:31:34 -08:00
parent 8008b8cbdc
commit 509cfefd69
1 changed files with 21 additions and 0 deletions

21
.luacheckrc Normal file
View File

@ -0,0 +1,21 @@
unused_args = false
allow_defined_top = true
read_globals = {
"core",
"default",
"DIR_DELIM",
"dump",
"intllib",
"ItemStack",
"minetest",
"nodeupdate",
"PseudoRandom",
"stairs",
"stairsplus",
table = { fields = { "copy", "getn" } },
"vector",
"VoxelArea",
"VoxelManip",
}