bump function parameter threshold

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-07-28 16:29:27 +02:00
parent 050cd94418
commit fcf21d9362
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -69,7 +69,7 @@ complexity:
excludes: ['**/androidTest/**']
LongParameterList:
active: true
functionThreshold: 6
functionThreshold: 7
constructorThreshold: 6
ignoreDefaultParameters: false
MethodOverloading: