2024-01-28 22:29:55 +01:00
|
|
|
naming:
|
|
|
|
FunctionNaming:
|
|
|
|
functionPattern: '[a-z][a-zA-Z0-9]*'
|
|
|
|
ignoreAnnotated: [ 'Composable' ]
|
|
|
|
TopLevelPropertyNaming:
|
|
|
|
constantPattern: '[A-Z][A-Za-z0-9]*'
|
|
|
|
|
|
|
|
complexity:
|
2024-02-16 23:25:41 +01:00
|
|
|
LongMethod:
|
|
|
|
ignoreAnnotated: [ 'Composable' ]
|
2024-01-28 22:29:55 +01:00
|
|
|
LongParameterList:
|
|
|
|
ignoreDefaultParameters: true
|
2024-02-16 12:18:53 +01:00
|
|
|
ignoreAnnotated: [ 'Composable' ]
|
2024-01-28 22:29:55 +01:00
|
|
|
|
|
|
|
style:
|
|
|
|
MagicNumber:
|
|
|
|
ignorePropertyDeclaration: true
|
|
|
|
ignoreCompanionObjectPropertyDeclaration: true
|
2024-02-16 23:25:41 +01:00
|
|
|
ReturnCount:
|
|
|
|
excludeGuardClauses: true
|
2024-01-28 22:29:55 +01:00
|
|
|
UnusedPrivateMember:
|
|
|
|
ignoreAnnotated: [ 'Preview' ]
|