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