i3/.luacheckrc

24 lines
225 B
Lua

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