mail/.luacheckrc
2024-10-26 12:40:01 +02:00

21 lines
380 B
Lua

globals = {
"mail",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}},
-- Luanti
"core",
"vector", "ItemStack",
"dump",
-- Deps
"unified_inventory", "default", "sfinv_buttons",
-- optional mods
"mtt", "canonical_name"
}