We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c210782 commit 4ff769fCopy full SHA for 4ff769f
1 file changed
src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy
@@ -245,7 +245,7 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
245
if (log.isErrorEnabled()) {
246
StringBuilder sb = new StringBuilder()
247
bugs.each { Node bug ->
248
- sb.append(bugLog(bug)).append(SpotBugsInfo.EOF)
+ sb.append(bugLog(bug)).append(SpotBugsInfo.EOL)
249
}
250
log.error(sb.toString())
251
0 commit comments