Colton Idle
03/06/2023, 5:12 PMdetekt {
allRules = true
config = files("detekt/config.yml)
buildUponDefaultConfig = true
}
and my ENTIRE config.yml is
naming:
active: true
FunctionNaming:
active: true
ignoreAnnotated: ['Composable']
Can anyone sanity check that this is the right way to set this up?