Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

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