feat: Disable triggers options #8
Annotations
7 errors and 1 warning
golangci-lint:
internal/db/postgres/restorers/base_test.go#L327
Error return value of `tx.Rollback` is not checked (errcheck)
|
golangci-lint:
internal/db/postgres/restorers/base_test.go#L349
Error return value of `tx.Rollback` is not checked (errcheck)
|
golangci-lint:
internal/db/postgres/restorers/base_test.go#L108
SA5001: should check error returned from s.GetConnectionWithUser() before deferring conn.Close(cxt) (staticcheck)
|
golangci-lint:
internal/db/postgres/restorers/base_test.go#L142
SA5001: should check error returned from s.GetConnectionWithUser() before deferring conn.Close(cxt) (staticcheck)
|
golangci-lint:
internal/db/postgres/restorers/base_test.go#L186
SA5001: should check error returned from s.GetConnectionWithUser() before deferring conn.Close(cxt) (staticcheck)
|
golangci-lint:
internal/db/postgres/restorers/base_test.go#L249
SA5001: should check error returned from s.GetConnection() before deferring suConn.Close(cxt) (staticcheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading