Skip to content

Various checkstyle improvements

Dennis Hendriks requested to merge 11-integrate-checkstyle-into-build into develop

#11 (closed) Various checkstyle improvements.

  • Enable Checkstyle code analysis in Maven build.
    • Any violation is a build failure.
  • Use global checkstyle.xml configuration.
    • Prevents needing a copy per project.
  • Check license header for Java files using Checkstyle.

Merge request reports