mail/.luacheckrc

22 lines
386 B
Plaintext
Raw Normal View History

2019-09-16 09:06:54 +03:00
globals = {
"mail",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
2024-04-07 17:59:10 +03:00
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}},
2019-09-16 09:06:54 +03:00
-- Minetest
"minetest",
"vector", "ItemStack",
"dump",
-- Deps
2024-01-09 00:48:17 +03:00
"unified_inventory", "default", "sfinv_buttons",
2019-09-16 09:06:54 +03:00
-- optional mods
"mtt", "canonical_name"
2019-09-16 09:06:54 +03:00
}