Codebase list minetest-mod-3d-armor / fresh-snapshots/main .luacheckrc
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.luacheckrc @fresh-snapshots/mainraw · history · blame

unused_args = false

globals = {
	"wieldview",
	"armor",
	"inventory_plus"
}

read_globals = {
	-- Stdlib
	string = {fields = {"split"}},
	table = {fields = {"copy", "getn"}},

	-- Minetest
	"vector", "ItemStack",
	"dump", "VoxelArea",

	-- deps
	"default",
	"player_api",
	"minetest",
	"unified_inventory",
	"wardrobe",
	"player_monoids",
	"armor_monoid",
	"sfinv",
	"ARMOR_MATERIALS",
	"ARMOR_FIRE_NODES",
	"pova",
	"skins",
	"u_skins"
}