Skip to content

Support postgres backend schema migrations #134

Support postgres backend schema migrations

Support postgres backend schema migrations #134

Triggered via pull request August 27, 2023 18:13
Status Failure
Total duration 1m 26s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: backends/postgres/postgres_backend.go#L19
File is not `gci`-ed with --skip-generated -s standard,default (gci)
lint: backends/postgres/postgres_backend.go#L22
File is not `gci`-ed with --skip-generated -s standard,default (gci)
lint: backends/postgres/postgres_backend.go#L216
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint
issues found
lint: backends/postgres/postgres_backend.go#L21
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)