mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 22:09:53 +00:00
24 lines
402 B
YAML
24 lines
402 B
YAML
build:
|
|
maxIssues: 0
|
|
|
|
complexity:
|
|
NestedBlockDepth:
|
|
threshold: 6
|
|
TooManyFunctions:
|
|
thresholdInFiles: 15
|
|
thresholdInClasses: 15
|
|
thresholdInInterfaces: 15
|
|
thresholdInObjects: 15
|
|
thresholdInEnums: 15
|
|
ignoreDeprecated: true
|
|
|
|
style:
|
|
WildcardImport:
|
|
active: false
|
|
LoopWithTooManyJumpStatements:
|
|
maxJumpCount: 6
|
|
ReturnCount:
|
|
max: 6
|
|
ThrowsCount:
|
|
max: 6
|