Skip to content

Commit 36c168a

Browse files
committed
lint fix
1 parent f281351 commit 36c168a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/testcoverage/report.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func reportUncoveredLines(w io.Writer, result AnalyzeResult) {
8787
fmt.Fprintf(tabber, "\n")
8888
}
8989

90+
//nolint:lll // relax
9091
func reportDiff(w io.Writer, result AnalyzeResult) {
9192
if !result.HasBaseBreakdown {
9293
return

0 commit comments

Comments
 (0)