Lower max detekt findings threshold due to latest fixes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-05-24 09:47:47 +02:00
parent c6e082c6b1
commit 502a3f1f59
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -1,5 +1,5 @@
build:
maxIssues: 80
maxIssues: 73
weights:
# complexity: 2
# LongParameterList: 1