1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2024-09-28 23:30:26 +02:00
display_modpack/.luacheckrc

26 lines
377 B
Plaintext
Raw Normal View History

unused_args = false
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
2023-06-11 20:15:01 +02:00
"631", -- Line is too long
}
read_globals = {
"minetest",
"string",
"table",
"vector",
"default"
}
globals = {
"boards",
"display_api",
"font_api",
"ontime_clocks",
"signs",
"signs_api",
"signs_road",
"steles"
}