DetektProvider

interface DetektProvider

Specifies on how to retrieve detekt instances to run analyses.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val priority: Int

Is used to choose the highest priority provider if more than one are found on the classpath.

Functions

Link copied to clipboard
abstract fun get(processingSpec: ProcessingSpec): Detekt

Configure a Detekt instance based on given ProcessingSpec.