7cd17420d3
All warnings have been fixed as well. You can verify all is fine by checking the workflow run.
21 lines
345 B
Lua
21 lines
345 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"streets", "minetest", "ts_workshop", "core",
|
|
}
|
|
|
|
read_globals = {
|
|
"default",
|
|
"ItemStack",
|
|
"digiline",
|
|
"stairsplus",
|
|
"dump",
|
|
"vector",
|
|
"creative",
|
|
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
}
|