-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
-
5.0.0-beta1
There is promising tool for Kotlin static analysis https://github.com/arturbosch/detekt
It would be great if analysis-collector-plugin added support for it.
As far as I can tell detekt generates reports in checkstyle format and existing checkstyle plugin already can parse them but it would be better to have separate view for it.
There is also feature request for detekt itself to add integration with analysis-collector-plugin:
https://github.com/arturbosch/detekt/issues/219
I think it would make more sense to have support in the warnings plug-in? analysis-collector just collects the results from the other static analysis plugins. Or am I missing something?