feat(detekt): enable PreviewNaming lint and re-baseline

This commit is contained in:
Harsh Shandilya 2022-10-04 00:02:15 +05:30
parent 4212ca41cf
commit 0904740980
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -739,6 +739,8 @@ TwitterCompose:
active: true active: true
ComposableParamOrder: ComposableParamOrder:
active: true active: true
PreviewNaming:
active: true
PreviewPublic: PreviewPublic:
active: true active: true
RememberMissing: RememberMissing:

View file

@ -4,7 +4,6 @@
<CurrentIssues> <CurrentIssues>
<ID>MagicNumber:CommentEntry.kt$16</ID> <ID>MagicNumber:CommentEntry.kt$16</ID>
<ID>MagicNumber:Theme.kt$31</ID> <ID>MagicNumber:Theme.kt$31</ID>
<ID>ModifierMissing:ClawAppBar.kt$ClawAppBarPreview</ID>
<ID>SpreadOperator:Theme.kt$(*providedValues)</ID> <ID>SpreadOperator:Theme.kt$(*providedValues)</ID>
</CurrentIssues> </CurrentIssues>
</SmellBaseline> </SmellBaseline>