detekt is alerting me about the SpreadOperator
rule. According to this issue, the rule can be suppressed in certain circumstances when type resolution is enabled. I can't find any documentation or examples of how to enable type resolution, though. I can see that the cli options --jvm-target
and --classpath
seem to be related to type resolution, but it's unclear how to actually turn on type resolution, (or verify that it is already on).
How do enable type resolution in detekt and verify that it is enabled?