teleport-request/.luacheckrc
2023-09-27 18:55:57 -06:00

16 lines
241 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", "vector", "chat2",
"gamehub", "areas",
}