mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-25 19:20:22 +02:00
add luacheck workflow
This commit is contained in:
19
.luacheckrc
19
.luacheckrc
@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user