mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-16 07:10:30 +01:00
ignore too long lines
This commit is contained in:
parent
1f31515cdd
commit
d8b128961f
|
@ -3,6 +3,7 @@ unused_args = false
|
|||
ignore = {
|
||||
"431", -- Shadowing an upvalue
|
||||
"432", -- Shadowing an upvalue argument
|
||||
"631", -- Line is too long
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user