1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-12-03 05:15:30 +01:00

add luacheck workflow

This commit is contained in:
OgelGames
2021-12-27 16:10:47 +11:00
parent 7094d8a369
commit 92325d69b3
2 changed files with 24 additions and 8 deletions

View File

@@ -1,14 +1,17 @@
unused_args = false
allow_defined_top = true
max_line_length = 185
read_globals = {
globals = {
"biome_lib",
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"default",
}
read_globals = {
table = {fields = {"copy"}},
"minetest", "ItemStack",
"vector",
"default",
"moretrees",
}