mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-19 07:02:04 +03:00
ci(detekt): bump condition complexity threshold 4->5
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7e6b316df0
commit
72f653a29c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ complexity:
|
|||
active: true
|
||||
ComplexCondition:
|
||||
active: true
|
||||
threshold: 4
|
||||
threshold: 5
|
||||
ComplexInterface:
|
||||
active: false
|
||||
threshold: 10
|
||||
|
|
Loading…
Reference in a new issue