so, I started from the template, <@U0GDW9ZK4> prov...
# detekt
e
so, I started from the template, @gammax provided super kindly a first sketch rule (for mandatory DSL fields), tests are fine, but I want to test it now in a real sample scenario. I moved the rule sources in a
rule
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
Copy code
detekt(project(":rule"))
and then also
Copy code
withType<Detekt> { dependsOn(":rule:assemble") }
but somehow I still cant get this working.. any idea why? Source code here