accountmgr/.luacheckrc

13 lines
159 B
Plaintext
Raw Normal View History

2022-07-20 07:44:30 -07:00
unused_args = false
allow_defined_top = true
globals = {
"accountmgr",
}
read_globals = {
"minetest",
"vector",
2022-07-20 07:46:28 -07:00
table={fields={"copy", "insert_all"}},
2022-07-20 07:44:30 -07:00
}