Skip to content

Commit

Permalink
refactor(): Uncapitalized DETECTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
crowleySynopsys committed Apr 22, 2020
1 parent 5c8e79d commit b1e9c3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public DetectorToolResult performDetectors(final File directory, final DetectorR
if (!possibleRootEvaluation.isPresent()) {
logger.error("The source directory could not be searched for detectors - detector tool failed.");
logger.error("Please ensure the provided source path is a directory and detect has access.");
eventSystem.publishEvent(Event.ExitCode, new ExitCodeRequest(ExitCodeType.FAILURE_CONFIGURATION, "DETECTOR tool failed to run on the configured source path."));
eventSystem.publishEvent(Event.ExitCode, new ExitCodeRequest(ExitCodeType.FAILURE_CONFIGURATION, "Detector tool failed to run on the configured source path."));
return new DetectorToolResult();
}

Expand Down

0 comments on commit b1e9c3f

Please sign in to comment.