WIP #3221
lint.yml
on: push
Lint GoLang job
3m 7s
Lint YAML job
3s
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
|