Package dispatch.detekt.rules

Types

Link copied to clipboard
class AndroidXLifecycleScope(config: Config) : Rule

Detects use of androidx.lifecycle.lifecycleScope, which shares a namespace with dispatch.android.lifecycle.lifecycleScope.

Link copied to clipboard
class HardCodedDispatcher(config: Config) : Rule

Detects use of a hard-coded reference to the kotlinx.coroutines.Dispatchers singleton.