What is the best way to add rule into configuratio...
# detekt
i
What is the best way to add rule into configuration file to exclude annotated (with certain annotation) functions from check?
Here are number of “{some}Pattern” to exclude/apply rule, but i found nothing for annotations
Hmm
Just found:
ignoreAnnotated: ['Composable']
Thanks for everyone ))
👍 1
c
Most of the annotation exclusions are implemented per rule