Skip to content

WIP - Add cached views #3218

WIP - Add cached views

WIP - Add cached views #3218

Triggered via push September 9, 2024 18:37
Status Failure
Total duration 3m 23s
Artifacts

lint.yml

on: push
Lint GoLang job
3m 13s
Lint GoLang job
Lint YAML job
6s
Lint YAML job
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint GoLang job: internal/core/view_item.go#L117
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
Lint GoLang job: internal/db/store.go#L247
Error return value of `db.refreshViews` is not checked (errcheck)
Lint GoLang job: internal/db/view.go#L240
Error return value of `source.Close` is not checked (errcheck)
Lint GoLang job: internal/db/view.go#L264
Error return value of `(github.com/ipfs/go-datastore.Write).Put` is not checked (errcheck)
Lint GoLang job
issues found