Is it somehow possible to place custom detekt rule...
# detekt
d
Is it somehow possible to place custom detekt rules in
buildSrc
instead of a separate Gradle module and let the Gradle plugin pick them up or is this eventually already built-in and I have some configuration error because my custom rules don't seem to execute?
j
You can create a precompiled plugin with the detekt Gradle config
☝️ 1