Skip to content

Commit b970242

Browse files
committed
review: improve message
1 parent d491592 commit b970242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/golinters/govet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ func isAnalyzerEnabled(name string, cfg *config.GovetSettings, defaultAnalyzers
189189
return false
190190
}
191191

192-
// TODO(ldez) enable httpresponse once https://github.com/golang/go/issues/66259 is fixed.
192+
// TODO(ldez) re-enable httpresponse once https://github.com/golangci/golangci-lint/issues/4482 is fixed.
193193
if name == httpresponse.Analyzer.Name {
194-
govetDebugf("httpresponse is disabled due to panic. See https://github.com/golangci/golangci-lint/issues/4482")
194+
govetDebugf("httpresponse is disabled due to panic. See https://github.com/golang/go/issues/66259")
195195
return false
196196
}
197197

0 commit comments

Comments
 (0)