41 lines
679 B
YAML
41 lines
679 B
YAML
complexity:
|
|
LongParameterList:
|
|
ignoreDefaultParameters: true
|
|
ignoreAnnotated:
|
|
- "Composable"
|
|
LongMethod:
|
|
ignoreAnnotated:
|
|
- "Composable"
|
|
|
|
naming:
|
|
FunctionNaming:
|
|
ignoreAnnotated:
|
|
- "Composable"
|
|
- "Preview"
|
|
MatchingDeclarationName:
|
|
active: false
|
|
PackageNaming:
|
|
active: false
|
|
|
|
style:
|
|
MagicNumber:
|
|
active: false
|
|
UnusedPrivateMember:
|
|
ignoreAnnotated:
|
|
- "Preview"
|
|
|
|
exceptions:
|
|
SwallowedException:
|
|
active: false
|
|
TooGenericExceptionCaught:
|
|
active: false
|
|
TooGenericExceptionThrown:
|
|
active: false
|
|
|
|
empty-blocks:
|
|
EmptyCatchBlock:
|
|
active: false
|
|
|
|
formatting:
|
|
Indentation:
|
|
indentSize: 2 |