Skip to content

Commit 9718d3e

Browse files
committed
Revert "Disable errorprone RequestExplicitNullMarking (#15530)"
This reverts commit 4e92977.
1 parent 4e76a5e commit 9718d3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

conventions/src/main/kotlin/otel.nullaway-conventions.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ nullaway {
1818

1919
tasks {
2020
withType<JavaCompile>().configureEach {
21-
options.errorprone {
22-
// workaround for https://github.com/google/error-prone/issues/5387
23-
check("RequireExplicitNullMarking", CheckSeverity.OFF)
24-
}
2521
options.errorprone.nullaway {
2622
if (name.contains("test", ignoreCase = true)) {
2723
disable()
@@ -34,3 +30,4 @@ tasks {
3430
}
3531
}
3632
}
33+

0 commit comments

Comments
 (0)