sauth/.luacheckrc

10 lines
178 B
Plaintext
Raw Normal View History

2021-12-11 17:04:32 -08:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest", "dump",
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"vector", "default",
}