Skip to:
PR: https://github.com/OpenNMS/opennms/pull/1356
Aside from verifying the license headers, this will add the basic Checkstyle infrastructure the build, allowing us to add future checks, such as:
Trailing spaces
Require braces
Avoid start imports
Unused imports
Redundant imports
PR: https://github.com/OpenNMS/opennms/pull/1356