ci: add basic ci workflow #1
Annotations
9 errors
golangci-lint:
internal/reconciler/autoscaler_reconciler.go#L68
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
golangci-lint:
internal/reconciler/autoscaler_reconciler.go#L77
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
golangci-lint:
internal/discovery/sqlcommand.go#L77
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
golangci-lint:
internal/util/value.go#L46
S1009: should omit nil check; len() for map[K]V is defined as zero (gosimple)
|
golangci-lint:
internal/discovery/sqlclient.go#L60
S1005: unnecessary assignment to the blank identifier (gosimple)
|
golangci-lint:
internal/discovery/sqlcommand.go#L31
SA5001: should check returned error before deferring rows.Close() (staticcheck)
|
golangci-lint:
internal/discovery/sqlcommand.go#L45
SA5001: should check returned error before deferring rows.Close() (staticcheck)
|
golangci-lint:
internal/discovery/sqlcommand.go#L60
SA5001: should check returned error before deferring rows.Close() (staticcheck)
|
golangci-lint
golangci-lint exit with code 4
|
The logs for this run have expired and are no longer available.
Loading