xdecor/.luacheckrc

16 lines
261 B
Plaintext
Raw Permalink Normal View History

2016-08-05 15:00:06 -07:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"vector", "ItemStack",
"default",
"stairs", "doors", "xpanes",
2016-12-30 06:04:57 -08:00
"xdecor", "xbg",
2019-07-23 05:03:20 -07:00
table = {fields = {"copy"}},
string = {fields = {"split"}},
2017-11-09 21:52:07 -08:00
"unpack",
2019-07-23 05:03:20 -07:00
"stairsplus",
"mesecon"
2016-08-05 15:00:06 -07:00
}