Skip to content

Commit 275a498

Browse files
committed
suppress check
1 parent 45c8391 commit 275a498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ tasks {
8989
// @NullMarked is the equivalent from jspecify.
9090
disable("AddNullMarkedToPackageInfo")
9191

92+
// This check causes too many changes to be introduced at once to be manageable.
93+
disable("SuppressWarningsWithoutExplanation")
94+
9295
if ((name.contains("Jmh") || name.contains("Test") || project.name.contains("testing-internal")) && !project.name.equals("custom-checks")) {
9396
// Allow underscore in test-type method names
9497
disable("MemberName")

0 commit comments

Comments
 (0)