se.bjurr.violations.main.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of violations-command-line Show documentation
Show all versions of violations-command-line Show documentation
CLI find report files from static code analysis, present and optionally fail.
package se.bjurr.violations.main;
public class Main {
public static void main(final String[] args) throws Exception {
new Runner().main(args);
}
}