Add luacheck.

This commit is contained in:
Auke Kok 2017-01-26 10:57:44 -08:00
parent ac137e1484
commit 840f6cddb1

12
.luacheckrc Normal file
View File

@ -0,0 +1,12 @@
unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
}