Hello everyone, how do I use a custom report outpu...
# detekt
r
Hello everyone, how do I use a custom report output I've made, inside the
detekt
section of Gradle?
a
Hey, have you read https://arturbosch.github.io/detekt/extensions.html#let-detekt-know-about-your-extensions ? You have to package your report in a jar and reference it through
detektPlugins
. Hope that helps!
r
Unfortunately, it does not help. I've already see nthat page but I found no instructions on how to enable custom reporting. I've opened an issue inside the detekt repo: https://github.com/arturbosch/detekt/issues/1583