Skip to content

Commit 902748c

Browse files
authored
Always forbid system.out by errorprone (#4825)
1 parent 1995852 commit 902748c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ tasks {
2121

2222
excludedPaths.set(".*/build/generated/.*|.*/concurrentlinkedhashmap/.*")
2323

24-
if (System.getenv("CI") == null) {
25-
disable("SystemOut")
26-
}
27-
2824
disable("BooleanParameter")
2925

3026
// Doesn't work well with Java 8

0 commit comments

Comments
 (0)