minetest-i4/.luacheckrc

20 lines
206 B
Plaintext
Raw Normal View History

2020-12-30 16:21:05 -06:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"armor",
2021-01-02 14:15:18 -06:00
"skins",
2021-01-10 13:56:37 -06:00
"awards",
2020-12-30 16:21:05 -06:00
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"craftguide",
"core",
}