AutoCorrectable

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class AutoCorrectable(val since: String)

Annotated io.gitlab.arturbosch.detekt.api.Rule or io.gitlab.arturbosch.detekt.api.RuleSetProvider is auto-correctable.

Constructors

Link copied to clipboard
fun AutoCorrectable(since: String)

Properties

Link copied to clipboard
val since: String

The Detekt version since the rule is auto-correctable in the following format: .., where major, minor and patch are non-negative integer numbers.