forked from mtcontrib/mobs_redo
add ignore to .luacheckrc
This commit is contained in:
@ -19,3 +19,8 @@ globals = {
|
||||
"player_api",
|
||||
"default"
|
||||
}
|
||||
|
||||
ignore = {
|
||||
"431", -- Shadowing an upvalue
|
||||
"432", -- Shadowing an upvalue argument
|
||||
}
|
||||
|
Reference in New Issue
Block a user