Ruleauthors Rule Set
The rule authors ruleset provides rules that ensures good practices when writing detekt rules
ViolatesTypeResolutionRequirements
If a rule uses the property [BaseRule.bindingContext] should be annotated with @RequiresTypeResolution
.
And if the rule doesn't use that property it shouldn't be annotated with it.
Active by default: Yes - Since v1.22.0
Requires Type Resolution
Debt: 5min