application-services/.detekt.yml

24 строки
383 B
YAML

complexity:
LongMethod:
active: false
TooManyFunctions:
active: false
style:
ForbiddenComment:
active: false
MagicNumber:
active: false
MaxLineLength:
active: false
ProtectedMemberInFinalClass:
active: false
UnusedPrivateMember:
active: false
exceptions:
RethrowCaughtException:
active: false
SwallowedException:
active: false