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 9ef2eef commit 761f6d4Copy full SHA for 761f6d4
conventions/src/main/kotlin/otel.nullaway-conventions.gradle.kts
@@ -21,9 +21,11 @@ tasks {
21
if (!name.contains("test", ignoreCase = true)) {
22
options.errorprone.nullaway {
23
severity.set(CheckSeverity.ERROR)
24
- customInitializerAnnotations.add("org.openjdk.jmh.annotations.Setup")
25
- excludedFieldAnnotations.add("org.mockito.Mock")
26
}
27
+ options.errorprone.nullaway {
+ customInitializerAnnotations.add("org.openjdk.jmh.annotations.Setup")
28
+ excludedFieldAnnotations.add("org.mockito.Mock")
29
+ }
30
31
0 commit comments