mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2024-11-19 22:03:55 +01:00
4d609719ed
See https://github.com/marketplace/actions/factorio-mod-luacheck for more information.
20 lines
294 B
Lua
20 lines
294 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"tp"
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"minetest", "core",
|
|
"vector", "ItemStack",
|
|
"dump", "dump2",
|
|
|
|
"chat2", "gamehub",
|
|
"intllib", "areas",
|
|
|
|
} |