Added luacheck file

Oooh, something to help my projects that will help my code.
This commit is contained in:
david 2021-10-07 15:36:22 -04:00
parent 92e6042911
commit 22f54039ca

19
.luacheckrc Normal file

@ -0,0 +1,19 @@
unused_args = false
allow_defined_top = true
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
}