mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-01-26 00:50:21 +01:00
add ignore to .luacheckrc
This commit is contained in:
parent
232d1f2df1
commit
66c1cbe21e
@ -19,3 +19,8 @@ globals = {
|
|||||||
"player_api",
|
"player_api",
|
||||||
"default"
|
"default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ignore = {
|
||||||
|
"431", -- Shadowing an upvalue
|
||||||
|
"432", -- Shadowing an upvalue argument
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user