i3/.luacheckrc

20 lines
206 B
Plaintext
Raw Normal View History

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