[VC-35738] Bubble up the errors from sub-commands and handle errors centrally instead of using log.Fatal at multiple sites #73
tests.yaml
on: pull_request
verify
1m 26s
test-unit
30s
Annotations
8 errors
verify:
cmd/root.go#L12
logs redeclared in this block
|
verify:
cmd/root.go#L8
other declaration of logs
|
verify:
cmd/root.go#L12
"github.com/jetstack/preflight/pkg/logs" imported and not used (typecheck)
|
verify:
main.go#L3
could not import github.com/jetstack/preflight/cmd (-: # github.com/jetstack/preflight/cmd
|
verify:
cmd/root.go#L12
logs redeclared in this block
|
verify:
cmd/root.go#L8
other declaration of logs
|
verify:
cmd/root.go#L12
"github.com/jetstack/preflight/pkg/logs" imported and not used) (typecheck)
|
verify
Process completed with exit code 2.
|