hopper/.luacheckrc

23 lines
255 B
Plaintext
Raw Normal View History

2024-08-16 22:58:59 +02:00
std = "lua51c"
ignore = {
"21[23]", -- unused argument
}
max_line_length = 250
read_globals = {
"default",
"ItemStack",
"lucky_block",
"minetest",
"screwdriver",
"vector",
}
globals = {"hopper"}
files["doc.lua"] = {
max_line_length = 9999,
}