Add new file

master
Tobias Gaarenstroom 2021-12-18 15:52:31 +00:00
parent a2a877830a
commit 55f2c36e9b
1 changed files with 18 additions and 0 deletions

18
.luacheckrc Normal file
View File

@ -0,0 +1,18 @@
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",
}