craftguide/.luacheckrc

19 lines
203 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
2018-11-11 22:24:48 +01:00
"sfinv",
2017-03-21 14:26:58 +01:00
"sfinv_buttons",
"vector",
"string",
"table",
"ItemStack",
}
2019-09-09 18:27:02 +02:00
globals = {
"craftguide",
"core",
}