We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60698f7 commit 67df5bcCopy full SHA for 67df5bc
buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts
@@ -88,6 +88,7 @@ tasks {
88
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
89
// @NullMarked is the equivalent from jspecify.
90
disable("AddNullMarkedToPackageInfo")
91
+ disable("RequireExplicitNullMarking")
92
93
// This check causes too many changes to be introduced at once to be manageable.
94
disable("SuppressWarningsWithoutExplanation")
0 commit comments