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 260ca3a commit f8f94f3Copy full SHA for f8f94f3
buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts
@@ -69,15 +69,9 @@ tasks {
69
// cognitive load is dubious.
70
disable("YodaCondition")
71
72
- // New checks in ErrorProne 2.37.0 that we want to disable
73
- // TimeInStaticInitializer now uses @SuppressWarnings locally
74
-
75
// New checks in ErrorProne 2.38.0 that we want to disable
76
disable("AddNullMarkedToPackageInfo") // requires JSpecify dependency not compatible with Java 8
77
78
- // Other new checks that cause warnings in our codebase
79
- // EnumOrdinal now uses @SuppressWarnings locally
80
81
if (name.contains("Jmh")) {
82
disable("MemberName")
83
}
0 commit comments