1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-07-22 18:20:27 +02:00

Maintenance + translation support (#2)

* maintenance + translation support

* fix too long line warning

* improvements through code review
This commit is contained in:
Niklp
2023-07-05 13:55:41 +02:00
committed by GitHub
parent 4732886317
commit 0cc8f9e7a4
6 changed files with 52 additions and 24 deletions

11
.luacheckrc Normal file
View File

@ -0,0 +1,11 @@
unused_args = false
read_globals = {
table = {fields = {"copy"}},
"minetest",
"digilines"
}
globals = {
"led_marquee"
}