I want to report to console/checkstyle any warnings, but I do not want the exit code to be `> 0`. Currently warnings are returning a `1`. All I could find was suppressing but this means nothing is output.