Skip to content

Implement a Rdbms prototype repository for Porch #33

Implement a Rdbms prototype repository for Porch

Implement a Rdbms prototype repository for Porch #33

Triggered via pull request December 16, 2024 11:07
Status Failure
Total duration 2m 49s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint: pkg/git/git_test.go#L694
Error return value of `update.UpdateLifecycle` is not checked (errcheck)
lint: pkg/git/git_test.go#L760
Error return value of `update.UpdateLifecycle` is not checked (errcheck)
lint: pkg/cache/dbcache/dbpackagerevisionsql.go#L85
Error return value of `rows.Scan` is not checked (errcheck)
lint: pkg/cache/dbcache/dbpackagesql.go#L56
Error return value of `rows.Scan` is not checked (errcheck)
lint: pkg/cache/dbcache/dbrepository.go#L299
Error return value of `json.Unmarshal` is not checked (errcheck)
lint: pkg/cache/dbcache/dbrepository.go#L309
Error return value of `json.Unmarshal` is not checked (errcheck)
lint: pkg/cache/dbcache/dbcache.go#L45
field `mutex` is unused (unused)
lint: pkg/cache/dbcache/dbrepository.go#L252
ineffectual assignment to ctx (ineffassign)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636