luacheck and fixes / no dep on vacuum

This commit is contained in:
NatureFreshMilk
2019-12-10 15:05:37 +01:00
parent a3fcba69c3
commit 379d07a8fc
7 changed files with 42 additions and 38 deletions
+22
View File
@@ -0,0 +1,22 @@
unused_args = false
allow_defined_top = true
globals = {
"spacesuit",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"call",
-- Minetest
"minetest",
"vector", "ItemStack",
"dump", "VoxelArea",
-- Deps
"unified_inventory", "default", "monitoring",
"armor"
}