Javier
11/19/2021, 11:59 AMdetekt {
rules {
detektRule("com.example.rules:custom-rule-one:1.0.0")
// alternatives: `implementation`, `add`, etc.
// automatically applied without indicating it in the yaml
}
}
Another solution can be merging yaml files via adding them to resource folders or something so, but I prefer the previous API.Brais Gabin
11/19/2021, 12:02 PMJavier
11/19/2021, 12:07 PMBrais Gabin
11/19/2021, 2:01 PMJavier
11/19/2021, 2:18 PMBrais Gabin
11/19/2021, 2:27 PMchao
11/22/2021, 6:27 PM