1
0
의 미러 https://codeberg.org/tenplus1/mobs_redo.git synced 2025-12-29 18:05:23 +01:00

add ignore to .luacheckrc

This commit is contained in:
tenplus1
2022-10-31 15:10:32 +00:00
부모 232d1f2df1
커밋 66c1cbe21e

파일 보기

@@ -19,3 +19,8 @@ globals = {
"player_api", "player_api",
"default" "default"
} }
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
}