Skip to content

Commit 7cffdcd

Browse files
RUM-11821: getOrDefault
1 parent 04bd6ae commit 7cffdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detekt_custom_safe_calls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ datadog:
577577
- "kotlin.ReplaceWith.constructor(kotlin.String, kotlin.Array)"
578578
- "kotlin.Result.failure(kotlin.Throwable)"
579579
- "kotlin.Result.fold(kotlin.Function1, kotlin.Function1)"
580-
- "kotlin.Result.getOrDefault(kotlin.Int)"
580+
- "kotlin.Result.getOrDefault(kotlin.Long)"
581581
- "kotlin.Result.getOrElse(kotlin.Function1)"
582582
- "kotlin.Result.map(kotlin.Function1)"
583583
- "kotlin.Result.onFailure(kotlin.Function1)"

0 commit comments

Comments
 (0)