i3/.luacheckrc
Jean-Patrick Guerrero 586b8da9de Luacheck cleanup
2021-01-23 20:54:49 +01:00

23 lines
211 B
Lua

allow_defined_top = true
ignore = {
"get_debug_grid",
}
read_globals = {
"minetest",
"default",
"armor",
"skins",
"awards",
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"i3",
"core",
}