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 54d3699 commit 0ad6fb7Copy full SHA for 0ad6fb7
buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts
@@ -69,10 +69,8 @@ tasks {
69
// cognitive load is dubious.
70
disable("YodaCondition")
71
72
- // New checks in ErrorProne 2.38.0 that we want to disable
73
// Requires adding compile dependency to JSpecify
74
disable("AddNullMarkedToPackageInfo")
75
- disable("TimeInStaticInitializer") // from 2.37.0
76
77
if (name.contains("Jmh")) {
78
disable("MemberName")
0 commit comments