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 616f5a9 commit a974725Copy full SHA for a974725
buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts
@@ -79,6 +79,9 @@ tasks {
79
// cognitive load is dubious.
80
disable("YodaCondition")
81
82
+ // We get this warning in modules that compile for old java versions
83
+ disable("StringConcatToTextBlock")
84
+
85
if (name.contains("Jmh") || name.contains("Test")) {
86
// Allow underscore in test-type method names
87
disable("MemberName")
0 commit comments