Raccoon/unit/createpost/detekt-baseline.xml
2024-04-07 08:27:15 +02:00

13 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<CurrentIssues>
<ID>CyclomaticComplexMethod:CreatePostScreen.kt$CreatePostScreen$@OptIn(ExperimentalMaterial3Api::class) @Composable override fun Content()</ID>
<ID>LongMethod:CreatePostScreen.kt$CreatePostScreen$@OptIn(ExperimentalMaterial3Api::class) @Composable override fun Content()</ID>
<ID>LongMethod:CreatePostViewModel.kt$CreatePostViewModel$private fun submit()</ID>
<ID>LongParameterList:CreatePostScreen.kt$CreatePostScreen$( private val draftId: Long? = null, private val communityId: Long? = null, private val editedPostId: Long? = null, private val crossPostId: Long? = null, private val initialText: String? = null, private val initialTitle: String? = null, private val initialUrl: String? = null, private val initialNsfw: Boolean? = null, private val forceCommunitySelection: Boolean = false, )</ID>
<ID>LongParameterList:CreatePostViewModel.kt$CreatePostViewModel$( private val editedPostId: Long?, private val crossPostId: Long?, private val draftId: Long?, private val identityRepository: IdentityRepository, private val postRepository: PostRepository, private val siteRepository: SiteRepository, private val themeRepository: ThemeRepository, private val settingsRepository: SettingsRepository, private val itemCache: LemmyItemCache, private val communityRepository: CommunityRepository, private val accountRepository: AccountRepository, private val draftRepository: DraftRepository, private val notificationCenter: NotificationCenter, )</ID>
<ID>TooGenericExceptionCaught:CreatePostViewModel.kt$CreatePostViewModel$e: Throwable</ID>
</CurrentIssues>
</SmellBaseline>