1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2024-09-29 07:40:25 +02:00
display_modpack/.luacheckrc

25 lines
346 B
Plaintext
Raw Normal View History

unused_args = false
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
}
read_globals = {
"minetest",
"string",
"table",
"vector",
"default"
}
globals = {
"boards",
"display_api",
"font_api",
"ontime_clocks",
"signs",
"signs_api",
"signs_road",
"steles"
}