1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-20 00:40:25 +02:00

luacheck, remove old compatibility stuff

This commit is contained in:
Niklp09
2023-06-11 20:13:08 +02:00
parent 72a9d1bb7d
commit 1f31515cdd
17 changed files with 71 additions and 96 deletions

25
.luacheckrc Normal file
View File

@ -0,0 +1,25 @@
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"
}