AutoCorrectable

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

Annotated dev.detekt.api.Rule or dev.detekt.api.RuleSetProvider is auto-correctable.

Properties

Link copied to clipboard

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