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 4e76a5e commit 9718d3eCopy full SHA for 9718d3e
conventions/src/main/kotlin/otel.nullaway-conventions.gradle.kts
@@ -18,10 +18,6 @@ nullaway {
18
19
tasks {
20
withType<JavaCompile>().configureEach {
21
- options.errorprone {
22
- // workaround for https://github.com/google/error-prone/issues/5387
23
- check("RequireExplicitNullMarking", CheckSeverity.OFF)
24
- }
25
options.errorprone.nullaway {
26
if (name.contains("test", ignoreCase = true)) {
27
disable()
@@ -34,3 +30,4 @@ tasks {
34
30
}
35
31
36
32
33
+
0 commit comments