diff --git a/detekt-baselines/android.xml b/detekt-baselines/android.xml index c958eec0..f28a63e2 100644 --- a/detekt-baselines/android.xml +++ b/detekt-baselines/android.xml @@ -2,6 +2,7 @@ + ComposableParamOrder:LobstersApp.kt$LobstersApp FunctionOnlyReturningConstant:Destinations.kt$Destinations.Hottest$fun getRoute() FunctionOnlyReturningConstant:Destinations.kt$Destinations.Newest$fun getRoute() FunctionOnlyReturningConstant:Destinations.kt$Destinations.Saved$fun getRoute() @@ -14,6 +15,7 @@ MagicNumber:OkHttpModule.kt$OkHttpModule.Companion$10 MagicNumber:OkHttpModule.kt$OkHttpModule.Companion$1024 MagicNumber:OkHttpModule.kt$OkHttpModule.Companion.<no name provided>$0x000090000 + ModifierMissing:LobstersApp.kt$LobstersApp TooGenericExceptionCaught:LobstersPagingSource.kt$LobstersPagingSource$e: Exception UnnecessaryAbstractClass:CoroutineDispatcherModule.kt$CoroutineDispatcherModule$CoroutineDispatcherModule UnnecessaryAbstractClass:OkHttpModule.kt$OkHttpModule$OkHttpModule diff --git a/detekt-baselines/common.xml b/detekt-baselines/common.xml index 55c2d9b0..0a9315d8 100644 --- a/detekt-baselines/common.xml +++ b/detekt-baselines/common.xml @@ -2,11 +2,18 @@ + CompositionLocalAllowlist:HTMLConverter.kt$LocalHTMLConverter EmptyFunctionBlock:LobstersCardTest.kt$LobstersCardTest.Companion.<no name provided>${} MagicNumber:CommentEntry.kt$16 MagicNumber:LobstersCard.kt$50 MagicNumber:LobstersCard.kt$8 MagicNumber:Theme.kt$31 + ModifierMissing:ClawAppBar.kt$ClawAppBarPreview + ModifierMissing:CommentEntry.kt$CommentEntry + ModifierMissing:CommentEntry.kt$CommentsHeader + ModifierMissing:MonthHeader.kt$MonthHeader + ModifierReused:LobstersCard.kt$Row( modifier = modifier, verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.spacedBy(8.dp), ) { NetworkImage( url = avatarUrl, placeholder = ClawIcons.Account, contentDescription = contentDescription, modifier = modifier.requiredSize(24.dp).clip(CircleShape), ) Text(text = text, modifier = modifier, style = MaterialTheme.typography.bodyMedium) } + ModifierReused:LobstersCard.kt$Text(text = text, modifier = modifier, style = MaterialTheme.typography.bodyMedium) SpreadOperator:Theme.kt$(*providedValues) SwallowedException:UrlLauncher.kt$UrlLauncher$e: ActivityNotFoundException ThrowingExceptionsWithoutMessageOrCause:NetworkError.kt$Throwable()