Enable detekt rule UnnecessaryAbstractClass, LoopWithTooManyJumpStatements, EmptySecondaryConstructor.

This commit is contained in:
Benoit Marty 2023-07-26 10:23:11 +02:00
parent 9894e2fed0
commit d82b47beeb

View file

@ -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: