Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Skyscanner/backpack-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38.0.0
Choose a base ref
...
head repository: Skyscanner/backpack-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
Loading
Showing 5,836 changed files with 76,477 additions and 71,428 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
41 changes: 41 additions & 0 deletions .detekt-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Compose:
CompositionLocalAllowlist:
active: false
ContentEmitterReturningValues:
active: true
DefaultsVisibility:
active: true
ModifierComposable:
active: true
ModifierMissing:
active: true
ModifierNaming:
active: true
ModifierNotUsedAtRoot:
active: true
ModifierReused:
active: true
ModifierWithoutDefault:
active: true
MultipleEmitters:
active: true
MutableParams:
active: true
ComposableNaming:
active: true
ComposableParamOrder:
active: true
ParameterNaming:
active: false
PreviewAnnotationNaming:
active: false
PreviewPublic:
active: true
RememberMissing:
active: true
UnstableCollections:
active: false
ViewModelForwarding:
active: true
ViewModelInjection:
active: true
Loading