Hello! for those who use Compose and `LongMethod` ...
# detekt
d
Hello! for those who use Compose and
LongMethod
. 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
same 5
3
⬆️ 1