Raccoon/core/api/detekt-baseline.xml

24 lines
5.1 KiB
XML
Raw Normal View History

<?xml version="1.0" ?>
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<CurrentIssues>
2024-04-07 08:27:15 +02:00
<ID>LongParameterList:CommentService.kt$CommentService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("page") page: Int? = null, @Query("unresolved_only") unresolvedOnly: Boolean? = null, @Query("community_id") communityId: CommunityId? = null, )</ID>
<ID>LongParameterList:CommentService.kt$CommentService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType? = null, @Query("post_id") postId: PostId? = null, @Query("parent_id") parentId: CommentId? = null, @Query("page") page: Int? = null, @Query("max_depth") maxDepth: Int? = null, @Query("type_") type: ListingType? = null, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("saved_only") savedOnly: Boolean? = null, @Query("liked_only") likedOnly: Boolean? = null, @Query("disliked_only") dislikedOnly: Boolean? = null, )</ID>
<ID>LongParameterList:CommunityService.kt$CommunityService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("show_nsfw") showNsfw: Boolean = true, @Query("sort") sort: SortType = SortType.Active, )</ID>
<ID>LongParameterList:ModlogService.kt$ModlogService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("community_id") communityId: CommunityId? = null, @Query("limit") limit: Int? = null, @Query("mod_person_id") modId: PersonId? = null, @Query("other_person_id") otherId: PersonId? = null, @Query("type_") type: ModlogActionType? = null, )</ID>
2024-04-07 08:27:15 +02:00
<ID>LongParameterList:PostService.kt$PostService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("page") page: Int? = null, @Query("unresolved_only") unresolvedOnly: Boolean? = null, @Query("community_id") communityId: CommunityId? = null, )</ID>
<ID>LongParameterList:PostService.kt$PostService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: SortType? = null, @Query("page") page: Int? = null, @Query("page_cursor") pageCursor: String? = null, @Query("type_") type: ListingType? = null, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("saved_only") savedOnly: Boolean? = null, @Query("liked_only") likedOnly: Boolean? = null, @Query("disliked_only") dislikedOnly: Boolean? = null, )</ID>
<ID>LongParameterList:PrivateMessageService.kt$PrivateMessageService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("creator_id") creatorId: PersonId? = null, @Query("limit") limit: Int? = null, @Query("unread_only") unreadOnly: Boolean? = null, )</ID>
2024-04-07 08:27:15 +02:00
<ID>LongParameterList:SearchService.kt$SearchService$( @Header("Authorization") authHeader: String? = null, @Query("q") q: String, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("creator_id") creatorId: PersonId? = null, @Query("type_") type: SearchType? = null, @Query("sort") sort: SortType? = null, @Query("listing_type") listingType: ListingType? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("auth") auth: String? = null, )</ID>
<ID>LongParameterList:UserService.kt$UserService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("community_id") communityId: CommunityId? = null, @Query("person_id") personId: PersonId? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType = CommentSortType.New, @Query("username") username: String? = null, @Query("saved_only") savedOnly: Boolean? = null, )</ID>
<ID>LongParameterList:UserService.kt$UserService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType = CommentSortType.New, @Query("unread_only") unreadOnly: Boolean? = null, )</ID>
<ID>MagicNumber:DefaultServiceProvider.kt$DefaultServiceProvider$30_000</ID>
<ID>MagicNumber:DefaultServiceProvider.kt$DefaultServiceProvider$600_000</ID>
<ID>TooManyFunctions:CommentService.kt$CommentService</ID>
<ID>TooManyFunctions:PostService.kt$PostService</ID>
2024-04-07 08:27:15 +02:00
<ID>WildcardImport:CommentService.kt$import com.github.diegoberaldin.raccoonforlemmy.core.api.dto.*</ID>
<ID>WildcardImport:PostService.kt$import com.github.diegoberaldin.raccoonforlemmy.core.api.dto.*</ID>
<ID>WildcardImport:PostService.kt$import io.ktor.client.request.forms.*</ID>
</CurrentIssues>
</SmellBaseline>