Add .luacheckrc.

This commit is contained in:
Auke Kok 2017-12-15 11:22:22 -08:00
parent c9add9b24d
commit aac8386b5a
1 changed files with 17 additions and 0 deletions

17
.luacheckrc Normal file
View 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",
}