teleport-request/.luacheckrc

16 lines
241 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"}},
2023-09-28 02:55:57 +02:00
"minetest", "vector", "chat2",
"gamehub", "areas",
2020-05-03 20:38:22 +02:00
}