mail/.luacheckrc

23 lines
287 B
Plaintext
Raw Normal View History

2019-09-16 08:06:54 +02:00
allow_defined_top = true
globals = {
"mail",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump",
-- Deps
"unified_inventory", "default",
-- optional mods
2021-03-21 10:45:38 +01:00
"xban", "QoS"
2019-09-16 08:06:54 +02:00
}