mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 20:56:50 +01:00
16 lines
2.6 KiB
XML
16 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
|
<SmellBaseline>
|
|
<ManuallySuppressedIssues></ManuallySuppressedIssues>
|
|
<CurrentIssues>
|
|
<ID>ComplexCondition:InboxChatScreen.kt$InboxChatScreen$!uiState.initial && !uiState.loading && !uiState.refreshing && uiState.canFetchMore</ID>
|
|
<ID>CyclomaticComplexMethod:InboxChatScreen.kt$InboxChatScreen$@OptIn(ExperimentalMaterial3Api::class) @Composable override fun Content()</ID>
|
|
<ID>FunctionNaming:MessageCard.kt$@Composable internal fun MessageCard( isMyMessage: Boolean = false, content: String = "", date: String = "", onOpenCommunity: ((CommunityModel, String) -> Unit)? = null, onOpenUser: ((UserModel, String) -> Unit)? = null, onOpenPost: ((PostModel, String) -> Unit)? = null, onOpenWeb: ((String) -> Unit)? = null, onOpenImage: ((String) -> Unit)? = null, options: List<Option> = emptyList(), onOptionSelected: ((OptionId) -> Unit)? = null, )</ID>
|
|
<ID>FunctionNaming:MessageCardPlaceholder.kt$@Composable internal fun MessageCardPlaceholder()</ID>
|
|
<ID>LongMethod:InboxChatScreen.kt$InboxChatScreen$@OptIn(ExperimentalMaterial3Api::class) @Composable override fun Content()</ID>
|
|
<ID>LongMethod:MessageCard.kt$@Composable internal fun MessageCard( isMyMessage: Boolean = false, content: String = "", date: String = "", onOpenCommunity: ((CommunityModel, String) -> Unit)? = null, onOpenUser: ((UserModel, String) -> Unit)? = null, onOpenPost: ((PostModel, String) -> Unit)? = null, onOpenWeb: ((String) -> Unit)? = null, onOpenImage: ((String) -> Unit)? = null, options: List<Option> = emptyList(), onOptionSelected: ((OptionId) -> Unit)? = null, )</ID>
|
|
<ID>LongParameterList:InboxChatViewModel.kt$InboxChatViewModel$( private val otherUserId: Long, private val identityRepository: IdentityRepository, private val siteRepository: SiteRepository, private val messageRepository: PrivateMessageRepository, private val userRepository: UserRepository, private val settingsRepository: SettingsRepository, private val postRepository: PostRepository, private val notificationCenter: NotificationCenter, )</ID>
|
|
<ID>LongParameterList:MessageCard.kt$( isMyMessage: Boolean = false, content: String = "", date: String = "", onOpenCommunity: ((CommunityModel, String) -> Unit)? = null, onOpenUser: ((UserModel, String) -> Unit)? = null, onOpenPost: ((PostModel, String) -> Unit)? = null, onOpenWeb: ((String) -> Unit)? = null, onOpenImage: ((String) -> Unit)? = null, options: List<Option> = emptyList(), onOptionSelected: ((OptionId) -> Unit)? = null, )</ID>
|
|
<ID>MagicNumber:InboxChatScreen.kt$InboxChatScreen$10</ID>
|
|
</CurrentIssues>
|
|
</SmellBaseline>
|