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 45c8391 commit 275a498Copy full SHA for 275a498
buildSrc/src/main/kotlin/otel.errorprone-conventions.gradle.kts
@@ -89,6 +89,9 @@ tasks {
89
// @NullMarked is the equivalent from jspecify.
90
disable("AddNullMarkedToPackageInfo")
91
92
+ // This check causes too many changes to be introduced at once to be manageable.
93
+ disable("SuppressWarningsWithoutExplanation")
94
+
95
if ((name.contains("Jmh") || name.contains("Test") || project.name.contains("testing-internal")) && !project.name.equals("custom-checks")) {
96
// Allow underscore in test-type method names
97
disable("MemberName")
0 commit comments