We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0d037 commit a0cedadCopy full SHA for a0cedad
gradle/detekt/config/detekt.yml
@@ -28,19 +28,19 @@ comments:
28
# https://detekt.dev/docs/rules/complexity
29
complexity:
30
CognitiveComplexMethod:
31
- active: true # TODO
+ active: true
32
ComplexCondition:
33
active: true
34
ComplexInterface:
35
36
CyclomaticComplexMethod:
37
38
LabeledExpression:
39
40
LargeClass:
41
42
LongMethod:
43
44
LongParameterList:
45
46
ignoreDefaultParameters: true
@@ -487,7 +487,3 @@ style:
487
488
WildcardImport:
489
490
-
491
492
493
0 commit comments