Update detekt rules after updating compose.rules to version 0.5.1.
This commit is contained in:
parent
5e57e2cebb
commit
d0df2cd088
1 changed files with 0 additions and 17 deletions
|
|
@ -224,27 +224,12 @@ comments:
|
||||||
Compose:
|
Compose:
|
||||||
CompositionLocalAllowlist:
|
CompositionLocalAllowlist:
|
||||||
active: true
|
active: true
|
||||||
# You can optionally define a list of CompositionLocals that are allowed here
|
|
||||||
allowedCompositionLocals:
|
|
||||||
- LocalCompoundColors
|
|
||||||
- LocalSnackbarDispatcher
|
|
||||||
- LocalCameraPositionState
|
|
||||||
- LocalMediaItemPresenterFactories
|
|
||||||
- LocalTimelineItemPresenterFactories
|
|
||||||
- LocalRoomMemberProfilesCache
|
|
||||||
- LocalMentionSpanUpdater
|
|
||||||
- LocalAnalyticsService
|
|
||||||
- LocalBuildMeta
|
|
||||||
- LocalUiTestMode
|
|
||||||
- LocalSdkIntVersionProvider
|
|
||||||
CompositionLocalNaming:
|
CompositionLocalNaming:
|
||||||
active: true
|
active: true
|
||||||
ContentEmitterReturningValues:
|
ContentEmitterReturningValues:
|
||||||
active: true
|
active: true
|
||||||
# You can optionally add your own composables here
|
# You can optionally add your own composables here
|
||||||
# contentEmitters: MyComposable,MyOtherComposable
|
# contentEmitters: MyComposable,MyOtherComposable
|
||||||
ModifierComposable:
|
|
||||||
active: true
|
|
||||||
ModifierMissing:
|
ModifierMissing:
|
||||||
active: true
|
active: true
|
||||||
ModifierReused:
|
ModifierReused:
|
||||||
|
|
@ -267,8 +252,6 @@ Compose:
|
||||||
active: true
|
active: true
|
||||||
PreviewPublic:
|
PreviewPublic:
|
||||||
active: true
|
active: true
|
||||||
# You can optionally disable that only previews with @PreviewParameter are flagged
|
|
||||||
previewPublicOnlyIfParams: false
|
|
||||||
RememberMissing:
|
RememberMissing:
|
||||||
active: true
|
active: true
|
||||||
UnstableCollections:
|
UnstableCollections:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue