i3/.luacheckrc
Jean-Patrick Guerrero bbab3a8899 Add awards support!
2021-01-10 20:56:37 +01:00

20 lines
206 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"armor",
"skins",
"awards",
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"craftguide",
"core",
}