Skip to content

fix(waltr): add missing transit command #43

fix(waltr): add missing transit command

fix(waltr): add missing transit command #43

Triggered via push November 21, 2024 21:38
Status Success
Total duration 3m 5s
Artifacts

testing.yaml

on: push
Matrix: Test
dispatch
3s
dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: pkg/tools/tools.go#L89
Error return value of `json.Unmarshal` is not checked (errcheck)
Lint: pkg/proc/proc.go#L131
S1011: should replace loop with `e.outputs = append(e.outputs, paths...)` (gosimple)
Lint: pkg/kv/op.go#L113
S1021: should merge variable declaration with assignment on next line (gosimple)
Lint: pkg/kv/op.go#L176
S1021: should merge variable declaration with assignment on next line (gosimple)
Lint: pkg/kube/exec.go#L84
ineffectual assignment to exec (ineffassign)
Lint: pkg/log/log.go#L118
ineffectual assignment to config (ineffassign)
Lint: internal/waltr/cmd/init.go#L106
ineffectual assignment to err (ineffassign)
Lint: pkg/fs/paths.go#L312
ineffectual assignment to ctx (ineffassign)
Lint: pkg/log/log.go#L117
SA4009: argument config is overwritten before first use (staticcheck)
Lint
golangci-lint exit with code 4