1
0
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:
Niklp09 2023-06-11 20:15:01 +02:00
parent 1f31515cdd
commit d8b128961f

View File

@ -3,6 +3,7 @@ unused_args = false
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
"631", -- Line is too long
}
read_globals = {