teleport-request/.luacheckrc

19 lines
255 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"tp"
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
2020-05-03 20:38:22 +02:00
"minetest", "vector",
"chat2", "gamehub",
"intllib", "areas",
2020-05-03 20:38:22 +02:00
}