Skip to content

Commit 07363ac

Browse files
committed
review: improve message
1 parent 0fcb350 commit 07363ac

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
@@ -184,9 +184,9 @@ func isAnalyzerEnabled(name string, cfg *config.GovetSettings, defaultAnalyzers
184184
return false
185185
}
186186

187-
// TODO(ldez) enable httpresponse once https://github.com/golang/go/issues/66259 is fixed.
187+
// TODO(ldez) re-enable httpresponse once https://github.com/golangci/golangci-lint/issues/4482 is fixed.
188188
if name == httpresponse.Analyzer.Name {
189-
govetDebugf("httpresponse is disabled due to panic. See https://github.com/golangci/golangci-lint/issues/4482")
189+
govetDebugf("httpresponse is disabled due to panic. See https://github.com/golang/go/issues/66259")
190190
return false
191191
}
192192

0 commit comments

Comments
 (0)