Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Dec 17, 2024
1 parent fbef241 commit 68de1bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class InfraredViewModel @Inject constructor(
emulateHelper.stopEmulate(viewModelScope, serviceApi.requestApi)
}

@Suppress("CyclomaticComplexMethod")
@Suppress("CyclomaticComplexMethod", "LongMethod")
private suspend fun calculateTimeoutAndStartEmulate(
scope: CoroutineScope,
serviceApi: FlipperServiceApi,
Expand Down

0 comments on commit 68de1bd

Please sign in to comment.