[noci] Disable LongParameterList detekt rule
This commit is contained in:
parent
42846b6a44
commit
9e5e664367
1 changed files with 2 additions and 0 deletions
2
dist/detekt.yml
vendored
2
dist/detekt.yml
vendored
|
@ -22,6 +22,8 @@ complexity:
|
||||||
threshold: 6
|
threshold: 6
|
||||||
ComplexCondition:
|
ComplexCondition:
|
||||||
active: false
|
active: false
|
||||||
|
LongParameterList:
|
||||||
|
active: false
|
||||||
|
|
||||||
naming:
|
naming:
|
||||||
MemberNameEqualsClassName:
|
MemberNameEqualsClassName:
|
||||||
|
|
Loading…
Reference in a new issue