Skip to content

Commit 90b0e40

Browse files
committed
Remove disabled StringConcatToTextBlock
1 parent 1dfa849 commit 90b0e40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ tasks {
8686
// cognitive load is dubious.
8787
disable("YodaCondition")
8888

89-
// Text blocks are not supported in java 8
90-
disable("StringConcatToTextBlock")
91-
9289
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
9390
// @NullMarked is the equivalent from jspecify.
9491
disable("AddNullMarkedToPackageInfo")

0 commit comments

Comments
 (0)