Just a fast heads up. On the path to 2.0 we are wo...
# detekt
b
Just a fast heads up. On the path to 2.0 we are working on the option to instantiate the same rule more than once (Use case example: I want to forbid some methods always and I only want to fobid some other methos in functions annotated with
@Composable
) This change affects multiple areas of detekt. One of them is the configuration, how are we going to configure those multiple instances? If you are interested in the topic and want to give your 2 cents this is your issue: https://github.com/detekt/detekt/issues/6738
👍 1