We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b010e commit ceb3043Copy full SHA for ceb3043
sample-compose/detekt-config.yml
@@ -73,7 +73,7 @@ complexity:
73
active: true
74
functionThreshold: 5
75
ignoreDefaultParameters: true
76
- ignoreAnnotated: [ 'Composable' ]
+ ignoreAnnotated: [ 'Composable', 'HiltViewModel' ]
77
MethodOverloading:
78
active: false
79
threshold: 5
template-compose/detekt-config.yml
0 commit comments