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 f281351 commit 36c168aCopy full SHA for 36c168a
pkg/testcoverage/report.go
@@ -87,6 +87,7 @@ func reportUncoveredLines(w io.Writer, result AnalyzeResult) {
87
fmt.Fprintf(tabber, "\n")
88
}
89
90
+//nolint:lll // relax
91
func reportDiff(w io.Writer, result AnalyzeResult) {
92
if !result.HasBaseBreakdown {
93
return
0 commit comments