Skip to content

Commit f8f94f3

Browse files
Copilottrask
andcommitted
Remove stale ErrorProne configuration comments for TimeInStaticInitializer and EnumOrdinal
Co-authored-by: trask <[email protected]>
1 parent 260ca3a commit f8f94f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,9 @@ tasks {
6969
// cognitive load is dubious.
7070
disable("YodaCondition")
7171

72-
// New checks in ErrorProne 2.37.0 that we want to disable
73-
// TimeInStaticInitializer now uses @SuppressWarnings locally
74-
7572
// New checks in ErrorProne 2.38.0 that we want to disable
7673
disable("AddNullMarkedToPackageInfo") // requires JSpecify dependency not compatible with Java 8
7774

78-
// Other new checks that cause warnings in our codebase
79-
// EnumOrdinal now uses @SuppressWarnings locally
80-
8175
if (name.contains("Jmh")) {
8276
disable("MemberName")
8377
}

0 commit comments

Comments
 (0)