mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-03-02 19:55:57 +00:00
30 lines
586 B
YAML
30 lines
586 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
|