Self-inspect the detekt-gradle-plugin#4765
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Good point - now that the Gradle plugin is in its own isolated build and running a different version of detekt, this is unavoidable if the same config is used for the plugin as the rest of the project. So I would suggest giving the Gradle plugin its own config and baseline file (though I'm not sure if there are any issues in the baseline at the moment?) The repetition might be undesirable but I agree with what I think you're saying, that we should prioritise stability of the build. |
9ca5180 to
8bd1bfd
Compare
Yup that sounds like a good compromise. Added 👍 |
8bd1bfd to
e02eaf5
Compare
Here I'm setting up the self-inspection on
detekt-gradle-plugin(cc @3flex).I have to admit that I'm not extremely excited of this, as we might face problems with the config file of detekt being incompatible between the latest released version and
main.