controls/.luacheckrc
BuckarooBanzay 64bf138eee add luacheck
2020-04-28 08:05:06 +02:00

17 lines
213 B
Lua

allow_defined_top = true
globals = {
"controls",
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump"
}