Skip to content
Triggered via push September 11, 2024 18:28
Status Failure
Total duration 3m 16s
Artifacts

lint.yml

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

Annotations

7 errors
Lint GoLang job: internal/core/key.go#L565
unreachable: unreachable code (govet)
Lint GoLang job: internal/core/view_item.go#L120
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#L249
Error return value of `source.Close` is not checked (errcheck)
Lint GoLang job: internal/planner/view.go#L123
SA9003: empty branch (staticcheck)
Lint GoLang job: internal/planner/view.go#L133
unreachable: unreachable code (govet)
Lint GoLang job
issues found