diff --git a/stream-chat-android-compose/detekt-baseline.xml b/stream-chat-android-compose/detekt-baseline.xml index 1b6ce89d475..6175caa1ff8 100644 --- a/stream-chat-android-compose/detekt-baseline.xml +++ b/stream-chat-android-compose/detekt-baseline.xml @@ -6,7 +6,6 @@ ComplexCondition:MessageOptions.kt$((isOwnMessage && canEditOwnMessage) || canEditAnyMessage) && !selectedMessage.isGiphy() ComplexCondition:MessageTranslatedLabel.kt$!isGiphy && !isDeleted && userLanguage != i18nLanguage && translatedText != messageItem.message.text ComplexCondition:Messages.kt$!endOfMessages && index == messages.lastIndex && messages.isNotEmpty() && lazyListState.isScrollInProgress - ComplexCondition:Messages.kt$!startOfMessages && index == 0 && messages.isNotEmpty() && lazyListState.isScrollInProgress ForbiddenComment:MessageText.kt$// TODO: Fix emoji font padding once this is resolved and exposed: https://issuetracker.google.com/issues/171394808 ForbiddenComment:QuotedMessageText.kt$// TODO: Fix emoji font padding once this is resolved and exposed: https://issuetracker.google.com/issues/171394808 ImplicitDefaultLocale:MessageComposer.kt$String.format("%02d", (recordingDuration - remainder) / 60_000) diff --git a/stream-chat-android-state/detekt-baseline.xml b/stream-chat-android-state/detekt-baseline.xml index 2ecab7e8200..acd1d63b60f 100644 --- a/stream-chat-android-state/detekt-baseline.xml +++ b/stream-chat-android-state/detekt-baseline.xml @@ -44,7 +44,6 @@ MaxLineLength:StatePlugin.kt$StatePlugin$* MaxLineLength:StatePluginConfig.kt$StatePluginConfig$* MaxLineLength:SyncManager.kt$SyncManager$* - MaxLineLength:ThreadState.kt$ThreadState$/** The oldest message available in this thread state. It's null when we haven't loaded any messages in thread yet. */ NestedBlockDepth:CustomObjectFiltering.kt$@Suppress("UNCHECKED_CAST") internal fun <T : CustomObject> FilterObject.filter(t: T): Boolean ReturnCount:SyncManager.kt$SyncManager$@VisibleForTesting internal suspend fun performSync(cids: List<String>) SwallowedException:CustomObjectFiltering.kt$e: ClassCastException