Skip to content

Commit 9988fc8

Browse files
authored
Enable errorprone DefaultPackage check (#18973)
1 parent 0e1d7e5 commit 9988fc8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ tasks {
109109
disable("JdkObsolete")
110110
disable("JavaUtilDate")
111111

112-
// TODO: Remove this, we use this pattern in several tests and it will mean some moving.
113-
disable("DefaultPackage")
114-
115112
// we use modified Otel* checks which ignore *Advice classes
116113
disable("PrivateConstructorForUtilityClass")
117114
disable("CanIgnoreReturnValueSuggester")

0 commit comments

Comments
 (0)