Fix detekt issue, optimize import, fix color of preference category title

This commit is contained in:
Benoit Marty 2023-02-03 13:39:43 +01:00
parent d7e62f4ae3
commit 426005f298
28 changed files with 44 additions and 52 deletions

View file

@ -107,7 +107,7 @@ TwitterCompose:
CompositionLocalAllowlist:
active: true
# You can optionally define a list of CompositionLocals that are allowed here
# allowedCompositionLocals: LocalSomething,LocalSomethingElse
allowedCompositionLocals: LocalColors
CompositionLocalNaming:
active: true
ContentEmitterReturningValues:
@ -137,7 +137,7 @@ TwitterCompose:
PreviewNaming:
active: true
PreviewPublic:
active: true
active: false
# You can optionally disable that only previews with @PreviewParameter are flagged
previewPublicOnlyIfParams: false
RememberMissing: