I'm seeing a few instances of this in the logs whe...
# detekt
e
I'm seeing a few instances of this in the logs when running detekt 2.0.0-alpha.0
There were 11 compiler errors found during legacy compiler analysis. This affects accuracy of reporting.
Do I need to use the compiler plugin to resolve those?
b
That's expected with legacy. And, right now, detekt executes both. I hope that in the next alpha that will be removed. We are 1 rule away from full migration to the analysis API.
K 2
e
Nice, thanks!