craftguide/.luacheckrc

18 lines
185 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
2020-12-29 03:09:46 +01:00
"armor",
"vector",
"string",
"table",
"ItemStack",
}
2019-09-09 18:27:02 +02:00
globals = {
"craftguide",
"core",
}