spectator_mode-cd2025/.luacheckrc
Auke Kok 6473e7a96a We use (a bad) writable part of default in this mod.
Account for that in .luacheckrc.
2017-03-08 21:21:14 -08:00

12 lines
116 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"vector",
}
globals = {
"default",
}