Enable detekt rule UnnecessaryAbstractClass, LoopWithTooManyJumpStatements, EmptySecondaryConstructor.

This commit is contained in:
Benoit Marty 2023-07-26 10:23:11 +02:00
parent 5ae51095e3
commit 9a6ed8dac6

View file

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