Skip to content

Commit 0ad6fb7

Browse files
committed
revertsome
1 parent 54d3699 commit 0ad6fb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

72-
// New checks in ErrorProne 2.38.0 that we want to disable
7372
// Requires adding compile dependency to JSpecify
7473
disable("AddNullMarkedToPackageInfo")
75-
disable("TimeInStaticInitializer") // from 2.37.0
7674

7775
if (name.contains("Jmh")) {
7876
disable("MemberName")

0 commit comments

Comments
 (0)