Merge pull request #1399 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.3.0
This commit is contained in:
commit
0c10432f9b
760 changed files with 332 additions and 332 deletions
|
|
@ -132,8 +132,8 @@ if (allowList.includes(user)) {
|
|||
|
||||
const previewAnnotations = [
|
||||
'androidx.compose.ui.tooling.preview.Preview',
|
||||
'io.element.android.libraries.designsystem.preview.LargeHeightPreview',
|
||||
'io.element.android.libraries.designsystem.preview.DayNightPreviews'
|
||||
'io.element.android.libraries.designsystem.preview.PreviewWithLargeHeight',
|
||||
'io.element.android.libraries.designsystem.preview.PreviewsDayNight'
|
||||
]
|
||||
|
||||
const filesWithPreviews = editedFiles.filter(file => file.endsWith(".kt")).filter(file => {
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Compose:
|
|||
# allowedComposableFunctionNames: .*Presenter,.*MoleculePresenter
|
||||
ComposableParamOrder:
|
||||
active: true
|
||||
PreviewNaming:
|
||||
PreviewAnnotationNaming:
|
||||
active: true
|
||||
PreviewPublic:
|
||||
active: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue