1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-01-08 15:30:19 +01:00
led_marquee/.luacheckrc
Niklp 0cc8f9e7a4
Maintenance + translation support (#2)
* maintenance + translation support

* fix too long line warning

* improvements through code review
2023-07-05 13:55:41 +02:00

11 lines
137 B
Lua

unused_args = false
read_globals = {
table = {fields = {"copy"}},
"minetest",
"digilines"
}
globals = {
"led_marquee"
}