-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdetekt-compose.yml
62 lines (62 loc) · 1.26 KB
/
detekt-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Compose:
ComposableAnnotationNaming:
active: true
ComposableNaming:
active: true
ComposableParamOrder:
active: false # Modifiers are order first
CompositionLocalAllowlist:
active: true
allowedCompositionLocals: LocalAnalyticsHelper
CompositionLocalNaming:
active: true
ContentEmitterReturningValues:
active: true
ContentTrailingLambda:
active: true
DefaultsVisibility:
active: true
LambdaParameterInRestartableEffect:
active: true
Material2:
active: false
ModifierClickableOrder:
active: true
ModifierComposable:
active: true
ModifierComposed:
active: true
ModifierMissing:
active: true
ModifierNaming:
active: true
ModifierNotUsedAtRoot:
active: true
ModifierReused:
active: true
ModifierWithoutDefault:
active: true
MultipleEmitters:
active: true
MutableParams:
active: true
MutableStateAutoboxing:
active: true
MutableStateParam:
active: true
ParameterNaming:
active: true
PreviewAnnotationNaming:
active: true
PreviewPublic:
active: true
RememberMissing:
active: true
RememberContentMissing:
active: true
UnstableCollections:
active: false
ViewModelForwarding:
active: true
ViewModelInjection:
active: true