1
0
Fork 0
mirror of https://github.com/mt-mods/mail.git synced 2025-03-16 06:31:24 +00:00
mail/.luacheckrc

20 lines
271 B
Lua

globals = {
"mail",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump",
-- Deps
"unified_inventory", "default",
-- optional mods
"mtt", "canonical_name"
}