Add luackeck rc file

This commit is contained in:
Auke Kok 2018-02-17 16:27:34 -08:00
parent 1ccfeb6214
commit 8350dd0c86
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 = {
"biome_lib",
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"intllib",
"default",
}