diego-gomez-olvera
12/29/2022, 1:38 PMLongMethod
. How do you handle @Composable
being typically longer than usual methods:
• ⬆️ increase general method threshold
• ⛔ ignoreAnnotated
@Composable
methods
• same Use the same default threshold for all methods: 60
• Comment for other approach
Ideally I would like to have another threshold for for LongMethod
but I do not know if that's possible