1
0
зеркало из https://github.com/mt-mods/home_workshop_modpack.git synced 2025-07-16 07:20:25 +02:00

add luacheck, fix errors, add github actions

Этот коммит содержится в:
unknown
2021-11-28 01:28:44 -05:00
родитель 0a43ffe46a
Коммит 92ee7e419e
4 изменённых файлов: 45 добавлений и 23 удалений

25
.luacheckrc Обычный файл
Просмотреть файл

@ -0,0 +1,25 @@
unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
"minetest", "core",
--mod provided
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
--luac
"math", "table",
-- Builtin
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
--mod produced
"default", "screwdriver", "unifieddyes", "computers",
}