Skip to content

winhttp build constraints #55

winhttp build constraints

winhttp build constraints #55

GitHub Actions / Qodana for Go completed Feb 9, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 53 in http/http.go

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused exported function

Unused function `NewHTTPClient`