Skip to content

Commit 1775e60

Browse files
committed
fix
1 parent bd222f0 commit 1775e60

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ tasks {
4949
disable("UnnecessarilyFullyQualified")
5050

5151
// TODO (trask) use animal sniffer
52-
disable("Java7ApiChecker")
5352
disable("Java8ApiChecker")
5453
disable("AndroidJdkLibsChecker")
5554

@@ -79,8 +78,8 @@ tasks {
7978
// cognitive load is dubious.
8079
disable("YodaCondition")
8180

82-
// We get this warning in modules that compile for old java versions
83-
disable("StringConcatToTextBlock")
81+
// Requires adding compile dependency to JSpecify
82+
disable("AddNullMarkedToPackageInfo")
8483

8584
if (name.contains("Jmh") || name.contains("Test")) {
8685
// Allow underscore in test-type method names

0 commit comments

Comments
 (0)