Skip to content

Commit 189a369

Browse files
Update errorprone (simple) (#7873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4e0b49 commit 189a369

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ tasks {
8989
// @NullMarked is the equivalent from jspecify.
9090
disable("AddNullMarkedToPackageInfo")
9191

92+
// This check causes too many changes to be introduced at once to be manageable.
93+
disable("SuppressWarningsWithoutExplanation")
94+
9295
if ((name.contains("Jmh") || name.contains("Test") || project.name.contains("testing-internal")) && !project.name.equals("custom-checks")) {
9396
// Allow underscore in test-type method names
9497
disable("MemberName")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions
99

1010

1111
val autoValueVersion = "1.11.1"
12-
val errorProneVersion = "2.43.0"
12+
val errorProneVersion = "2.44.0"
1313
val jmhVersion = "1.37"
1414
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
1515
val mockitoVersion = "4.11.0"

0 commit comments

Comments
 (0)