Skip to content

Commit

Permalink
review: improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 18, 2024
1 parent d491592 commit b970242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/golinters/govet.go
Expand Up @@ -189,9 +189,9 @@ func isAnalyzerEnabled(name string, cfg *config.GovetSettings, defaultAnalyzers
return false
}

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

Expand Down

0 comments on commit b970242

Please sign in to comment.