Merge pull request #1388 from vector-im/renovate/detekt
chore(deps): update dependency io.gitlab.arturbosch.detekt to v1.23.1
This commit is contained in:
@@ -56,7 +56,7 @@ anvil = "2.4.8-1-8"
|
||||
autoservice = "1.1.1"
|
||||
|
||||
# quality
|
||||
detekt = "1.23.0"
|
||||
detekt = "1.23.1"
|
||||
dependencygraph = "0.12"
|
||||
|
||||
[libraries]
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
style:
|
||||
AlsoCouldBeApply:
|
||||
active: true
|
||||
OptionalWhenBraces:
|
||||
active: false
|
||||
CascadingCallWrapping:
|
||||
active: true
|
||||
includeElvis: true
|
||||
@@ -124,7 +126,7 @@ potential-bugs:
|
||||
allowExplicitReturnType: false
|
||||
MissingPackageDeclaration:
|
||||
active: true
|
||||
excludes: ['**/*.kts']
|
||||
excludes: [ '**/*.kts' ]
|
||||
NullCheckOnMutableProperty:
|
||||
active: true
|
||||
NullableToStringCall:
|
||||
@@ -173,7 +175,7 @@ naming:
|
||||
active: true
|
||||
FunctionNaming:
|
||||
active: true
|
||||
ignoreAnnotated: ['Composable']
|
||||
ignoreAnnotated: [ 'Composable' ]
|
||||
LambdaParameterNaming:
|
||||
active: true
|
||||
NonBooleanPropertyPrefixedWithIs:
|
||||
@@ -234,7 +236,7 @@ Compose:
|
||||
active: true
|
||||
MultipleEmitters:
|
||||
active: true
|
||||
# You can optionally add your own composables here
|
||||
# You can optionally add your own composables here
|
||||
# contentEmitters: MyComposable,MyOtherComposable
|
||||
MutableParams:
|
||||
active: true
|
||||
|
||||
Reference in New Issue
Block a user