Skip to content

Commit 23519f5

Browse files
authored
prevent verbose warnings around RequireExplicitNullMarking (#1451)
1 parent 564b5c8 commit 23519f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ tasks {
5555
disable("CanIgnoreReturnValueSuggester")
5656
// Common to avoid an allocation
5757
disable("MixedMutabilityReturnType")
58+
// Snuck in from NullAway see https://github.com/uber/NullAway/issues/1363#issuecomment-3607506788
59+
disable("RequireExplicitNullMarking")
5860
}
5961
}
6062
}

0 commit comments

Comments
 (0)