mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-11-05 01:35:32 +01:00
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