Skip to content

Commit 4308a93

Browse files
AUTOMATION: Clean Detekt Baseline Files (#5972)
1 parent 851e7f7 commit 4308a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stream-chat-android-compose/detekt-baseline.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ID>ComplexCondition:MessageTranslatedLabel.kt$!isGiphy &amp;&amp; !isDeleted &amp;&amp; userLanguage != i18nLanguage &amp;&amp; translatedText != messageItem.message.text</ID>
66
<ID>ForbiddenComment:MessageText.kt$// TODO: Fix emoji font padding once this is resolved and exposed: https://issuetracker.google.com/issues/171394808</ID>
77
<ID>ForbiddenComment:QuotedMessageText.kt$// TODO: Fix emoji font padding once this is resolved and exposed: https://issuetracker.google.com/issues/171394808</ID>
8-
<ID>LongMethod:AttachmentsPicker.kt$@Composable public fun AttachmentsPicker( attachmentsPickerViewModel: AttachmentsPickerViewModel, onAttachmentsSelected: (List&lt;Attachment>) -> Unit, onTabClick: (Int, AttachmentsPickerMode) -> Unit, onAttachmentPickerAction: (AttachmentPickerAction) -> Unit = {}, onDismiss: () -> Unit, modifier: Modifier = Modifier, tabFactories: List&lt;AttachmentsPickerTabFactory> = ChatTheme.attachmentsPickerTabFactories, shape: Shape = ChatTheme.shapes.bottomSheet, )</ID>
98
<ID>LongMethod:AudioRecordingTheme.kt$AudioRecordingTheme.Companion$@Composable public fun defaultTheme( isInDarkMode: Boolean = isSystemInDarkTheme(), typography: StreamTypography = StreamTypography.defaultTypography(), colors: StreamColors = when (isInDarkMode) { true -> StreamColors.defaultDarkColors() else -> StreamColors.defaultColors() }, ): AudioRecordingTheme</ID>
109
<ID>LongMethod:DefaultMessageComposerRecordingContent.kt$@Composable @OptIn(ExperimentalPermissionsApi::class) public fun DefaultAudioRecordButton( state: RecordingState, recordingActions: AudioRecordingActions = AudioRecordingActions.None, holdToRecordThreshold: Long = HOLD_TO_RECORD_THRESHOLD, holdToRecordDismissTimeout: Long = HOLD_TO_RECORD_DISMISS_TIMEOUT, permissionRationaleDismissTimeout: Long = PERMISSION_RATIONALE_DISMISS_TIMEOUT, )</ID>
1110
<ID>LongMethod:DefaultMessageComposerRecordingContent.kt$@Composable private fun DefaultMessageComposerRecordingContent( modifier: Modifier = Modifier, durationInMs: Int = 0, waveformVisible: Boolean = true, waveformThumbVisible: Boolean = false, waveformData: List&lt;Float>, waveformPlaying: Boolean = false, waveformProgress: Float = 0f, slideToCancelVisible: Boolean = true, holdControlsVisible: Boolean = false, holdControlsLocked: Boolean = false, holdControlsOffset: IntOffset = IntOffset.Zero, recordingControlsVisible: Boolean = true, recordingStopControlVisible: Boolean = true, recordingActions: AudioRecordingActions = AudioRecordingActions.None, )</ID>

0 commit comments

Comments
 (0)