teleport-request/.luacheckrc

20 lines
294 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"}},
"minetest", "core",
"vector", "ItemStack",
"dump", "dump2",
"chat2", "gamehub",
"intllib", "areas",
}