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 dd8455d commit 456de62Copy full SHA for 456de62
linter.go
@@ -26,6 +26,7 @@ func (l *Linter) Lint(commitMsg string) (lintReport string, hasError bool, err e
26
}
27
28
lintReport, hasError = l.LintCommit(msg)
29
+ lintReport = strings.Trim(lintReport, "\n")
30
return lintReport, hasError, nil
31
32
0 commit comments