ci(detekt): bump condition complexity threshold 4->5

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-12-08 19:32:02 +01:00 committed by backportbot[bot]
parent e1d283d44a
commit 0dcc2db3f1

View File

@ -48,7 +48,7 @@ complexity:
active: true active: true
ComplexCondition: ComplexCondition:
active: true active: true
threshold: 4 threshold: 5
ComplexInterface: ComplexInterface:
active: false active: false
threshold: 10 threshold: 10