Add luacheckrc file.

This commit is contained in:
Auke Kok 2016-12-15 14:56:26 -08:00 committed by Auke Kok
parent 01b411c753
commit d587b4d23f
1 changed files with 14 additions and 0 deletions

14
.luacheckrc Normal file
View File

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