8d85362b5c
Some checks failed
build / lint (push) Has been cancelled
All warnings have been fixed as well. You can verify all is fine by checking the workflow run.
13 lines
217 B
Lua
13 lines
217 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"minetest", "ts_workshop",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
}
|