alaskartv-source/detekt.yaml
AlaskarTV-Bot 0895bc6bf6 Update
2025-01-06 15:34:36 +00:00

31 lines
626 B
YAML

build:
maxIssues: 0
comments:
# Comments are always appreciated, even for private functions and properties
CommentOverPrivateFunction:
active: false
CommentOverPrivateProperty:
active: false
complexity:
# Some classes, especially repositories, can become big
TooManyFunctions:
thresholdInInterfaces: 15
thresholdInClasses: 15
naming:
InvalidPackageDeclaration:
active: false
FunctionNaming:
ignoreAnnotated:
- Composable
style:
# Allow TODO and FIXME comments
ForbiddenComment:
values: [ 'STOPSHIP:' ]
ReturnCount:
max: 6
MaxLineLength:
maxLineLength: 140