craftguide/.luacheckrc
2019-03-01 17:48:51 +01:00

13 lines
150 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"sfinv",
"sfinv_buttons",
"vector",
"string",
"table",
}