winhttp build constraints #55
34 new problems found by Qodana for Go
Qodana for Go
5 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused exported function |
🔶 Warning | 1 |
Name starts with a package name |
◽️ Notice | 3 |
Type assertion on errors fails on wrapped errors |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 53 in http/http.go
github-actions / Qodana for Go
Name starts with a package name
Name starts with the package name
Check notice on line 51 in http/http.go
github-actions / Qodana for Go
Name starts with a package name
Name starts with the package name
Check notice on line 47 in http/http.go
github-actions / Qodana for Go
Name starts with a package name
Name starts with the package name
Check notice on line 507 in clients/udp/udp.go
github-actions / Qodana for Go
Type assertion on errors fails on wrapped errors
Type switch on errors fails on wrapped errors
Check warning on line 35 in http/http3/http3_exclude.go
github-actions / Qodana for Go
Unused exported function
Unused function `NewHTTPClient`