Fix: Running AutoMigrate
concurrently on the same model fails with various race conditions
#1218
reviewdog.yml
on: pull_request
runner / golangci-lint
30s
Annotations
2 errors
runner / golangci-lint:
migrator/migrator.go#L128
[golangci] reported by reviewdog 🐶
Error return value of `execTx.AddError` is not checked (errcheck)
Raw Output:
migrator/migrator.go:128:19: Error return value of `execTx.AddError` is not checked (errcheck)
execTx.AddError(err)
^
|
runner / golangci-lint
reviewdog exited with status code: 1
|