accountmgr/.luacheckrc

13 lines
159 B
Lua

unused_args = false
allow_defined_top = true
globals = {
"accountmgr",
}
read_globals = {
"minetest",
"vector",
table={fields={"copy", "insert_all"}},
}