ta_apiary-cd2025/.luacheckrc
2023-07-31 10:43:18 +02:00

16 lines
159 B
Lua

unused_args = false
ignore = {
"631" -- Line is too long
}
read_globals = {
"minetest",
"ItemStack",
"techage",
"default",
}
globals = {
"ta_apiary"
}