add ignore to .luacheckrc

This commit is contained in:
tenplus1 2022-10-31 15:10:32 +00:00
parent 232d1f2df1
commit 66c1cbe21e
1 changed files with 5 additions and 0 deletions

View File

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