mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-13 19:25:11 +02:00
Ignore detekt [LongParameterList] for composables
This commit is contained in:
@ -10,6 +10,7 @@ complexity:
|
||||
functionThreshold: 6
|
||||
constructorThreshold: 7
|
||||
ignoreDefaultParameters: true
|
||||
ignoreAnnotated: [ 'Composable' ]
|
||||
|
||||
style:
|
||||
MagicNumber:
|
||||
|
Reference in New Issue
Block a user