Marcelo Hernandez
06/25/2024, 3:00 PM60
applies for non-@Compose
code but for @Compose
code only, the threshold can be bumped up? I've enabled this rule recently in my team's codebase and have received feedback that the threshold of 60
is a bit aggressive for @Compose
code. So far, the only compromise solution I see is to dial up the threshold for all functions.Nicholas Doglio
06/25/2024, 3:09 PMComposeLongMethod
rule in our codebase to increase the threshold and use ignoreAnnotated
for the regular LongMethod
Brais Gabin
06/25/2024, 3:23 PMBrais Gabin
06/25/2024, 3:24 PMMarcelo Hernandez
06/25/2024, 3:28 PMMarcelo Hernandez
06/25/2024, 3:28 PMMarcelo Hernandez
06/25/2024, 3:29 PM