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