Skip to content

Commit 3a55c52

Browse files
committed
Disable errorprone RequestExplicitNullMarking
Currently not causing failures, but spamming warnings. Ported from open-telemetry/opentelemetry-java#7890
1 parent 6a72aed commit 3a55c52

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
@@ -79,6 +79,7 @@ tasks {
7979

8080
// Requires adding compile dependency to JSpecify
8181
disable("AddNullMarkedToPackageInfo")
82+
disable("RequireExplicitNullMarking")
8283

8384
if (name.contains("Jmh") || name.contains("Test")) {
8485
// Allow underscore in test-type method names

0 commit comments

Comments
 (0)