alaegin / Detekt-Action

Run Detekt with reviewdog
MIT License
23 stars 24 forks source link

Multi-module error #70

Open joaodevsantos opened 5 days ago

joaodevsantos commented 5 days ago

I have a multi-module project where we are using detekt for some modules but not for all. When tried to push changes the plugin gave check-warnings but since we treat them as errors it fails the CI/CD. I'm planning to change in the meanwhile to use the gradle detekt task to not block the team/project pace but was this considered on your plugin?

alaegin commented 4 days ago

Hello!

I've never tried to disable detekt checks in modules. We always check all the modules we own.