RedMadRobot/gradle-infrastructure

Enable type resolution in Detekt

osipxd opened this issue · 1 comments

Type Resolution is a feature in detekt enabling more powerful inspections. We need to investigate is it possible to enable this feature for detektAll.

I see two ways to make it done.

  1. Collect classpath from all subprojects (and all subprojects' variants 🤯) and provide it into detektAll
  2. Run detekt on each of subprojects and then merge reports produced by all tasks