Skip to content

Commit

Permalink
Purposely add detekt error to verify pipeline output
Browse files Browse the repository at this point in the history
  • Loading branch information
tonelli-m committed Jul 16, 2024
1 parent 4e4f059 commit d270e76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ import com.adrianwitaszak.kmmpermissions.permissions.model.PermissionState
import kotlinx.coroutines.flow.Flow

interface PermissionsService {

fun checkPermissionFlow(permission: Permission): Flow<PermissionState>
suspend fun providePermission(permission: Permission)
fun openSettingPage(permission: Permission)

companion object {

const val PERMISSION_CHECK_FLOW_FREQUENCY = 1000L
}

fun DETEKT_ERROR(unused_parameter: Int) {

}
}

0 comments on commit d270e76

Please sign in to comment.