2020-10-26 17:38:53 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
2024-12-19 12:55:40 +01:00
|
|
|
max_line_length = 185
|
2020-10-26 17:38:53 +01:00
|
|
|
|
2024-12-19 12:55:40 +01:00
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
globals = {
|
2020-10-26 17:38:53 +01:00
|
|
|
"biome_lib",
|
2024-12-19 12:55:40 +01:00
|
|
|
"bushes_classic",
|
2020-10-26 17:38:53 +01:00
|
|
|
}
|
|
|
|
|
2024-12-19 12:55:40 +01:00
|
|
|
read_globals = {
|
|
|
|
table = {fields = {"copy"}},
|
|
|
|
|
|
|
|
"minetest", "ItemStack",
|
|
|
|
"vector",
|
|
|
|
|
|
|
|
"default",
|
|
|
|
"moretrees",
|
|
|
|
"dump",
|
|
|
|
}
|