Use default values for LongMethod, LongParameterList, LargeClass and ComplexMethod.

The algrorithms in detekt had changed when I updated detekt to v1.16, but our values not,
resulting in a very long baseline file with many non-sensical warnings.
By removing our config we follow the detekt config when they modify their algorithms again.
This commit is contained in:
tzugen 2021-05-15 15:35:35 +02:00
parent 1599c96085
commit 13b00f75f0
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 0 additions and 9 deletions

View File

@ -36,15 +36,6 @@ empty-blocks:
complexity:
active: true
LongMethod:
threshold: 20
LongParameterList:
functionThreshold: 5
constructorThreshold: 5
LargeClass:
threshold: 150
ComplexMethod:
threshold: 10
TooManyFunctions:
thresholdInFiles: 20
thresholdInClasses: 20