update luacheck worlkflow and add badge

This commit is contained in:
OgelGames
2021-01-05 16:16:29 +11:00
parent 1bc15b0ecf
commit 2ebf9bbe21
3 changed files with 6 additions and 18 deletions
+1 -11
View File
@@ -1,22 +1,12 @@
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"
"armor",
}