Skip to content

Merge pull request #157 from Ne0nd0g/dependabot/go_modules/golang.org… #80

Merge pull request #157 from Ne0nd0g/dependabot/go_modules/golang.org…

Merge pull request #157 from Ne0nd0g/dependabot/go_modules/golang.org… #80

GitHub Actions / Qodana for Go completed Apr 23, 2024 in 0s

17 new problems found by Qodana for Go

Qodana for Go

7 new problems were found

Inspection name Severity Problems
Unused parameter 🔶 Warning 4
Missing 'case' statements for 'iota' consts in 'switch' 🔶 Warning 1
Direct comparison of errors ◽️ Notice 2

💡 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 qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 367 in pkg/servers/http/http.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Direct comparison of errors

Comparison with errors using equality operators fails on wrapped errors

Check notice on line 367 in pkg/servers/http/http.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Direct comparison of errors

Comparison with errors using equality operators fails on wrapped errors

Check warning on line 816 in pkg/services/job/job.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Missing 'case' statements for 'iota' consts in 'switch'

Missing 'case' statements for 'iota' consts in 'switch'

Check warning on line 55 in pkg/transformer/encoders/gob/gob.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused parameter

Unused parameter `key`

Check warning on line 58 in pkg/transformer/encoders/hex/hex.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused parameter

Unused parameter `key`

Check warning on line 56 in pkg/authenticators/none/none.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused parameter

Unused parameter `data`

Check warning on line 56 in pkg/transformer/encoders/base64/base64.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused parameter

Unused parameter `key`