E.g., I have a 150 max line length, which is corre...
# detekt
s
E.g., I have a 150 max line length, which is correctly picked up from the
config
of the
app
closure:
app:detektCheck
passes. But, if I run
detektCheck
(note the missing
app:
), then the root project’s plugin instance is run without configuration. This in turn means it will reach into submodules’ sourcesets and find a bunch of lines that are longer than the default of 120 columns, and break the build.