elect
06/13/2022, 3:58 PMrule
module and in sample
module I create the project consuming the rule.
META-INF file is there, config.yml
as well, I'm importing the rule as
detekt(project(":rule"))
and then also
withType<Detekt> { dependsOn(":rule:assemble") }
but somehow I still cant get this working.. any idea why?
Source code here