forked from mtcontrib/led_marquee
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