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