Skip to content

Commit dd310c8

Browse files
committed
Disable ComposableParametersOrdering rule in detekt config
1 parent 49347b3 commit dd310c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/detekt/detekt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ compose:
4343
active: true
4444
ComposeFunctionName:
4545
active: true
46+
ComposableParametersOrdering:
47+
active: false
4648

4749
TwitterCompose:
4850
CompositionLocalAllowlist:

0 commit comments

Comments
 (0)