Normalized execution logging messages
This commit is contained in:
parent
154359e0cd
commit
0a716260ac
1 changed files with 2 additions and 2 deletions
|
@ -257,10 +257,10 @@ public class DetektOperation extends AbstractProcessOperation<DetektOperation> {
|
||||||
super.execute();
|
super.execute();
|
||||||
if (successful_ && LOGGER.isLoggable(Level.INFO)) {
|
if (successful_ && LOGGER.isLoggable(Level.INFO)) {
|
||||||
if (createBaseline_) {
|
if (createBaseline_) {
|
||||||
LOGGER.info("Detekt baseline successfully generated: "
|
LOGGER.info("Detekt baseline generated successfully: "
|
||||||
+ "file://" + new File(baseline_).toURI().getPath());
|
+ "file://" + new File(baseline_).toURI().getPath());
|
||||||
} else {
|
} else {
|
||||||
LOGGER.info("Detekt executed successfully.");
|
LOGGER.info("Detekt operation finished successfully.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue