spring-cloud/spring-cloud-build

Checkstyle does not fail for System.out.println

mminella opened this issue · 0 comments

Our current configuration for Checkstyle does not validate that there are no System.out.* in use. We should update the rules to flag code that has it.