1
0
ミラー元 https://github.com/pyrollo/display_modpack.git 前回の同期 2025-11-04 16:05:30 +01:00

luacheck, remove old compatibility stuff

このコミットが含まれているのは:
Niklp09
2023-06-11 20:13:08 +02:00
コミット 1f31515cdd
17個のファイルの変更71行の追加96行の削除

25
.luacheckrc ノーマルファイル
ファイルの表示

@@ -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"
}