ActiveByDefault

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

Annotated io.gitlab.arturbosch.detekt.api.Rule or io.gitlab.arturbosch.detekt.api.RuleSetProvider is active by default.

Properties

Link copied to clipboard

The detekt version the rule was activated by default in the following format: .., where major, minor and patch are non-negative integer numbers.