teleport-request/.luacheckrc
2024-01-16 20:10:50 +01:00

16 lines
243 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = false
globals = {
"tp"
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "vector", "chat2",
"gamehub", "areas",
}