Skip to content

Commit

Permalink
Always forbid system.out by errorprone (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem committed Dec 7, 2021
1 parent 1995852 commit 902748c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ tasks {

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

if (System.getenv("CI") == null) {
disable("SystemOut")
}

disable("BooleanParameter")

// Doesn't work well with Java 8
Expand Down

0 comments on commit 902748c

Please sign in to comment.