Enable detekt rule ComplexCondition, LargeClass.
This commit is contained in:
parent
f055a25457
commit
b4fd5d018c
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@ complexity:
|
||||||
NestedBlockDepth:
|
NestedBlockDepth:
|
||||||
active: false
|
active: false
|
||||||
ComplexCondition:
|
ComplexCondition:
|
||||||
active: false
|
active: true
|
||||||
LargeClass:
|
LargeClass:
|
||||||
active: false
|
active: true
|
||||||
|
|
||||||
naming:
|
naming:
|
||||||
VariableNaming:
|
VariableNaming:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue