Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Our end goal is to convert all checkstyle violations to build breaks (so that we fix newly introduced violations immediately). Right now all violations are reported as errors, but they have no effect on the outcome of the build. My plan is:
1. Convert all violations to warnings and configure checkstyle errors to be build breaks.
2. Convert violations which I've already cleaned up to errors (so any newly introduced violations are detected immediately - currently already fixed violations creep back unnoticed with new code).
3. Repeat (2) until all violations are cleaned up and converted to errors.