Open jcornaz opened 5 years ago
Hi @jcornaz!
Gnag is designed to make it easy to add checkers to your project without requiring much (or any) custom configuration. As such, it is not set up to handle cases like yours (where you are providing quite a bit of custom configuration).
I see a couple options for how we could add "escape hatches" to Gnag to allow full customization of embedded tools:
Ultimately this is @btkelly's call to make - let's see what he thinks!
Gnag is designed to make it easy to add checkers to your project without requiring much (or any) custom configuration. As such, it is not set up to handle cases like yours (where you are providing quite a bit of custom configuration).
That's very unfortunate. I just wanted a tool to automatically comments pull requests based on the detekt's finding. It looks like Gnag is not what I was looking for.
Even a trivial setup in which you just want to use buildUponDefaultConfig = true
is not possible, basically forcing you to copy the complete detekt configuration into your repository.
Hello,
This plugin seems great, and we are eager to use it.
However, we already have detekt setup with baselines, and even custom rules we wrote ourselves.
So how can we tell Gnag to simply let our detekt plugin do its work and use the detekt XML report?