Cleanup code

This commit is contained in:
Juan Martín Sotuyo Dodero
2022-08-24 16:49:09 -03:00
parent e567de3872
commit 4a6f838d67

View File

@@ -16,10 +16,6 @@ public final class PmdCli {
final int exitCode = new CommandLine(new PmdRootCommand())
.setCaseInsensitiveEnumValuesAllowed(true)
.execute(args);
// .execute("run", "-h");
// .execute("run", "--use-version", "scala-2.11", "--use-version", "apex", "--use-version",
// "ecmascript-latest", "-P", "foo=bar", "-R", "foo,bar", "-R", "baz", "-d",
// "src/main/java", "-f", "xml");
System.exit(exitCode);
}
}