Skip to content

Commit 67df5bc

Browse files
authored
Disable errorprone RequestExplicitNullMarking (#7890)
1 parent 60698f7 commit 67df5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ tasks {
8888
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
8989
// @NullMarked is the equivalent from jspecify.
9090
disable("AddNullMarkedToPackageInfo")
91+
disable("RequireExplicitNullMarking")
9192

9293
// This check causes too many changes to be introduced at once to be manageable.
9394
disable("SuppressWarningsWithoutExplanation")

0 commit comments

Comments
 (0)