Add template .luacheckrc

This commit is contained in:
Auke Kok 2019-04-01 21:22:31 -07:00
parent 7b51f84404
commit a303abe51b
1 changed files with 15 additions and 0 deletions

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