add ignore to .luacheckrc
This commit is contained in:
parent
232d1f2df1
commit
66c1cbe21e
@ -19,3 +19,8 @@ globals = {
|
||||
"player_api",
|
||||
"default"
|
||||
}
|
||||
|
||||
ignore = {
|
||||
"431", -- Shadowing an upvalue
|
||||
"432", -- Shadowing an upvalue argument
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user