teleport-request/.luacheckrc
2020-05-03 13:38:22 -05:00

19 lines
255 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",
"intllib", "areas",
}