We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3b0ac commit 3ff3c6eCopy full SHA for 3ff3c6e
sat-plugin/src/main/java/org/openhab/tools/analysis/report/ReportMojo.java
@@ -400,8 +400,7 @@ private String priority(int priority) {
400
}
401
402
private String failureMessage(String severity, int count) {
403
- return String.format(
404
- "%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
+ return String.format("%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
405
count, severity, severity);
406
407
0 commit comments