Replace deprecated detekt rules

This commit is contained in:
Maxr1998 2022-11-26 00:04:32 +01:00 committed by Max Rumpf
parent d2594fbe77
commit b8cfa7ea52

View File

@ -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: