Skip to content

Commit

Permalink
feat:detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Dec 9, 2024
1 parent bbdb00d commit 20a378d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlinx.coroutines.flow.flowOn
import kotlinx.coroutines.withContext
import kotlin.coroutines.CoroutineContext

@Suppress("FunctionParameterNaming", "LongParameterList")
@Suppress("FunctionParameterNaming", "LongParameterList", "TooManyFunctions")
internal object ServerConfigMapper {

@Suppress("UNUSED_PARAMETER")
Expand Down

0 comments on commit 20a378d

Please sign in to comment.