feat: improve pg_restore logging and error handling by processing o…
#66
analysis.yml
on: push
Run Basic Code Analysis
19s
Run GolangCI-Lint Code Analysis
26s
Annotations
3 errors
|
Run GolangCI-Lint Code Analysis
issues found
|
|
Run GolangCI-Lint Code Analysis:
internal/restore.go#L213
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
|
Run GolangCI-Lint Code Analysis:
internal/restore.go#L212
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|