Anouar di Kali
11/03/2022, 4:39 PMExecution failed for task ':app:detekt'.
Run failed with 1 invalid config property.- Property 'formatting' is misspelled or does not exist.
Brais Gabin
11/04/2022, 9:13 AMconfig:
excludes: "formatting"
Brais Gabin
11/04/2022, 9:14 AMformatting
on all the modules so it's fine to don't care when it's configured in modules that doesn't have itBrais Gabin
11/04/2022, 9:15 AMconfig
file between modules. I don't think there is a "correct" answer here. It's just what you preferBrais Gabin
11/04/2022, 9:15 AMAnouar di Kali
11/04/2022, 10:30 AMdetekt{
source=files("app","core","lib")
}
Anouar di Kali
11/04/2022, 10:37 AMformatting:
active: true
android: true
autoCorrect: true
Anouar di Kali
11/05/2022, 11:08 AM