minercantile/.luacheckrc

16 lines
272 B
Plaintext
Raw Permalink Normal View History

2020-05-13 02:32:23 +02:00
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"minercantile",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "ItemStack",
"default", "unified_inventory",
}