Browse Source

Enable detekt rule `ComplexCondition`, `LargeClass`.

pull/967/head
Benoit Marty 1 year ago
parent
commit
7aa448c3bc
  1. 4
      tools/detekt/detekt.yml

4
tools/detekt/detekt.yml

@ -74,9 +74,9 @@ complexity: @@ -74,9 +74,9 @@ complexity:
NestedBlockDepth:
active: false
ComplexCondition:
active: false
active: true
LargeClass:
active: false
active: true
naming:
VariableNaming:

Loading…
Cancel
Save