mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 19:41:38 +01:00
checkstyle correction
This commit is contained in:
@@ -158,7 +158,7 @@ public class App {
|
|||||||
exitCode = -4;
|
exitCode = -4;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
String[] scanFiles = cli.getScanFiles();
|
final String[] scanFiles = cli.getScanFiles();
|
||||||
if (scanFiles != null) {
|
if (scanFiles != null) {
|
||||||
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getProjectName(), scanFiles,
|
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getProjectName(), scanFiles,
|
||||||
cli.getExcludeList(), cli.getSymLinkDepth());
|
cli.getExcludeList(), cli.getSymLinkDepth());
|
||||||
|
|||||||
Reference in New Issue
Block a user