classroom/.luacheckrc

13 lines
128 B
Plaintext
Raw Normal View History

2019-07-09 15:55:56 -07:00
unused_args = false
allow_defined_top = true
globals = {
"classroom",
}
read_globals = {
"minetest",
"sfinv",
"vector",
}