mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-01-21 05:04:28 +00:00
Replace deprecated detekt rules
This commit is contained in:
parent
d2594fbe77
commit
b8cfa7ea52
10
detekt.yml
10
detekt.yml
@ -2,7 +2,7 @@ build:
|
||||
maxIssues: 0
|
||||
|
||||
complexity:
|
||||
ComplexMethod:
|
||||
CyclomaticComplexMethod:
|
||||
ignoreSimpleWhenEntries: true
|
||||
LongParameterList:
|
||||
constructorThreshold: 10
|
||||
@ -30,10 +30,12 @@ formatting:
|
||||
PackageName:
|
||||
# Already handled by detekt itself
|
||||
active: false
|
||||
TrailingComma:
|
||||
TrailingCommaOnCallSite:
|
||||
active: true
|
||||
allowTrailingComma: true
|
||||
allowTrailingCommaOnCallSite: true
|
||||
useTrailingCommaOnCallSite: true
|
||||
TrailingCommaOnDeclarationSite:
|
||||
active: true
|
||||
useTrailingCommaOnDeclarationSite: true
|
||||
|
||||
naming:
|
||||
FunctionNaming:
|
||||
|
Loading…
x
Reference in New Issue
Block a user