Skip to content

Commit 50fd968

Browse files
committed
review: rephrase
1 parent 415a738 commit 50fd968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/lll/lll.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func getLLLIssuesForFile(filename string, maxLineLen int, tabSpaces string) ([]r
121121
Filename: filename,
122122
Line: lineNumber,
123123
},
124-
Text: fmt.Sprintf("line is %d characters, max %d", lineLen, maxLineLen),
124+
Text: fmt.Sprintf("The line is %d characters long, which exceeds the maximum of %d characters.", lineLen, maxLineLen),
125125
FromLinter: linterName,
126126
})
127127
}

0 commit comments

Comments
 (0)