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:
11
.luacheckrc
Normal file
11
.luacheckrc
Normal file
@ -0,0 +1,11 @@
|
||||
unused_args = false
|
||||
|
||||
read_globals = {
|
||||
table = {fields = {"copy"}},
|
||||
"minetest",
|
||||
"digilines"
|
||||
}
|
||||
|
||||
globals = {
|
||||
"led_marquee"
|
||||
}
|
Reference in New Issue
Block a user