Always forbid system.out by errorprone (#4825)
This commit is contained in:
parent
19958521a0
commit
902748cfd5
|
@ -21,10 +21,6 @@ tasks {
|
||||||
|
|
||||||
excludedPaths.set(".*/build/generated/.*|.*/concurrentlinkedhashmap/.*")
|
excludedPaths.set(".*/build/generated/.*|.*/concurrentlinkedhashmap/.*")
|
||||||
|
|
||||||
if (System.getenv("CI") == null) {
|
|
||||||
disable("SystemOut")
|
|
||||||
}
|
|
||||||
|
|
||||||
disable("BooleanParameter")
|
disable("BooleanParameter")
|
||||||
|
|
||||||
// Doesn't work well with Java 8
|
// Doesn't work well with Java 8
|
||||||
|
|
Loading…
Reference in New Issue