Skip to content

Commit

Permalink
RUM-8349: Add support for detekt checks for session replay compose mo…
Browse files Browse the repository at this point in the history
…dule
  • Loading branch information
ambushwork committed Feb 17, 2025
1 parent 85637ab commit e10dec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ analysis:detekt-custom:
- ./gradlew :features:dd-sdk-android-rum:customDetektRules
- ./gradlew :features:dd-sdk-android-session-replay:customDetektRules
- ./gradlew :features:dd-sdk-android-session-replay-material:customDetektRules
- ./gradlew :features:dd-sdk-android-session-replay-compose:customDetektRules
- ./gradlew :features:dd-sdk-android-trace:customDetektRules
- ./gradlew :features:dd-sdk-android-trace-otel:customDetektRules
- ./gradlew :features:dd-sdk-android-webview:customDetektRules
Expand Down
1 change: 1 addition & 0 deletions detekt_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ datadog:
- "androidx.compose.ui.geometry.Size(kotlin.Float, kotlin.Float)"
- "androidx.compose.ui.geometry.Size.copy(kotlin.Float, kotlin.Float)"
- "androidx.compose.ui.semantics.SemanticsConfiguration.firstOrNull(kotlin.Function1)"
- "androidx.compose.ui.semantics.semantics(kotlin.Boolean,(SemanticsPropertyReceiver.() -> Unit))"
- "androidx.compose.ui.semantics.SemanticsConfiguration.getOrNull(androidx.compose.ui.semantics.SemanticsPropertyKey)"
- "androidx.compose.ui.text.AnnotatedString.getStringAnnotations(kotlin.Int, kotlin.Int)"
- "androidx.core.view.GestureDetectorCompat.constructor(android.content.Context, android.view.GestureDetector.OnGestureListener)"
Expand Down

0 comments on commit e10dec3

Please sign in to comment.