Skip to content

Commit 67936d8

Browse files
committed
lint fix
1 parent 6a17501 commit 67936d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/testcoverage/check.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func Check(wout io.Writer, cfg Config) (bool, error) {
6363
}
6464

6565
if cfg.LocalPrefixDeprecated != "" { // coverage-ignore
66+
//nolint:lll // relax
6667
msg := "`local-prefix` option is deprecated since v2.13.0, you can safely remove setting this option"
6768
logger.L.Warn().Msg(msg)
6869
reportGHWarning(w, "Deprecated option", msg)

0 commit comments

Comments
 (0)