master
NatureFreshMilk 2019-06-28 10:14:32 +02:00
parent 33098503d6
commit 91bcdf2589
1 changed files with 24 additions and 0 deletions

24
.luacheckrc Normal file
View File

@ -0,0 +1,24 @@
unused_args = false
allow_defined_top = true
globals = {
"mapserver"
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump", "VoxelArea",
-- Deps
"unified_inventory", "default",
"vacuum",
-- optional mods
"planetoidgen"
}