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 1dfa849 commit 90b0e40Copy full SHA for 90b0e40
buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts
@@ -86,9 +86,6 @@ tasks {
86
// cognitive load is dubious.
87
disable("YodaCondition")
88
89
- // Text blocks are not supported in java 8
90
- disable("StringConcatToTextBlock")
91
-
92
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
93
// @NullMarked is the equivalent from jspecify.
94
disable("AddNullMarkedToPackageInfo")
0 commit comments