Skip to content

Commit 121d81c

Browse files
committed
Re-enable post-2.0 migration internal rules
1 parent 580ea0c commit 121d81c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

detekt.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
complexity:
22
active: true
3-
# TODO: these were turned off during the upgrade to 2.0.0-alpha.2. Revisit to see what make sense.
43
ReplaceSafeCallChainWithRun:
5-
active: false
4+
active: true
65
CognitiveComplexMethod:
7-
active: false
8-
# End of TODO
6+
active: true
97
ComplexCondition:
108
active: true
119
allowedConditions: 9

0 commit comments

Comments
 (0)