Ignore detekt [LongParameterList] for composables

This commit is contained in:
AntsyLich 2024-02-16 17:18:53 +06:00
parent 7ff95e21ba
commit 6bdb37be65
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ complexity:
functionThreshold: 6
constructorThreshold: 7
ignoreDefaultParameters: true
ignoreAnnotated: [ 'Composable' ]
style:
MagicNumber: