teleport-request/.luacheckrc

16 lines
243 B
Plaintext
Raw Permalink Normal View History

unused_args = false
allow_defined_top = true
2024-01-16 20:10:50 +01:00
max_line_length = false
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
}