Enable detekt rule UnnecessaryAbstractClass, LoopWithTooManyJumpStatements, EmptySecondaryConstructor.
This commit is contained in:
parent
9894e2fed0
commit
d82b47beeb
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ style:
|
||||||
ReturnCount:
|
ReturnCount:
|
||||||
active: false
|
active: false
|
||||||
UnnecessaryAbstractClass:
|
UnnecessaryAbstractClass:
|
||||||
active: false
|
active: true
|
||||||
FunctionOnlyReturningConstant:
|
FunctionOnlyReturningConstant:
|
||||||
active: false
|
active: false
|
||||||
UnusedPrivateMember:
|
UnusedPrivateMember:
|
||||||
|
|
@ -32,7 +32,7 @@ style:
|
||||||
ThrowsCount:
|
ThrowsCount:
|
||||||
active: false
|
active: false
|
||||||
LoopWithTooManyJumpStatements:
|
LoopWithTooManyJumpStatements:
|
||||||
active: false
|
active: true
|
||||||
SerialVersionUIDInSerializableClass:
|
SerialVersionUIDInSerializableClass:
|
||||||
active: false
|
active: false
|
||||||
ProtectedMemberInFinalClass:
|
ProtectedMemberInFinalClass:
|
||||||
|
|
@ -44,7 +44,7 @@ empty-blocks:
|
||||||
EmptyFunctionBlock:
|
EmptyFunctionBlock:
|
||||||
active: false
|
active: false
|
||||||
EmptySecondaryConstructor:
|
EmptySecondaryConstructor:
|
||||||
active: false
|
active: true
|
||||||
|
|
||||||
potential-bugs:
|
potential-bugs:
|
||||||
ImplicitDefaultLocale:
|
ImplicitDefaultLocale:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue