Codebase list minetest-mod-intllib / upstream/20180811+git20210223.1.6ebdc53 .luacheckrc
upstream/20180811+git20210223.1.6ebdc53

Tree @upstream/20180811+git20210223.1.6ebdc53 (Download .tar.gz)

.luacheckrc @upstream/20180811+git20210223.1.6ebdc53raw · history · blame

read_globals = {
	"minetest",
}

globals = {
	"intllib",
}

files["intltest/init.lua"] = {
	ignore = {
		"212",		-- Unused argument.
	},
}