<@U0MDRD3RN> I started to look at Detekt and the c...
# detekt
t
@Artur Bosch I started to look at Detekt and the current plugin to get a better idea, but I find hard to wrap my head around the idea of profiles
the documentation says that a profile can be used to configure detekt for different modules, does it means you are forced to apply detekt in the root project?
m
It’s definitely possible to define detekt in each gradle project/module.
t
oh yeah, the alternative is to apply the plugin to each module with their own configuration I guess
gotcha
a
if you look at the build.gradle from detekt itself, there are two additional profiles configured
one uses an extra configuration file and one generated file reports
m
@toto You can also use the same configuration for every module where you apply the detekt plugin of course
t
yeah, of course