WIP - Add cached views #3218
lint.yml
on: push
Lint GoLang job
3m 13s
Lint YAML job
6s
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
|