Skip to content

PBM-1466 - Remove kingpin dependency from pbm cli #1212

PBM-1466 - Remove kingpin dependency from pbm cli

PBM-1466 - Remove kingpin dependency from pbm cli #1212

Triggered via pull request January 7, 2025 15:19
Status Success
Total duration 1m 28s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
10s
runner / shellcheck
runner / misspell
20s
runner / misspell
runner / alex
32s
runner / alex
runner / golangci-lint
1m 13s
runner / golangci-lint
runner / gofmt
14s
runner / gofmt
runner / shfmt
12s
runner / shfmt
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
runner / golangci-lint: cmd/pbm/main.go#L58
type `cliResult` is unused (unused)
runner / golangci-lint: cmd/pbm/main.go#L72
field `skipConn` is unused (unused)
runner / golangci-lint: cmd/pbm/main.go#L95
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid %s value: %q (must be one of %v)\", fieldName, value, valid)" (err113)
runner / golangci-lint: cmd/pbm/main.go#L241
The line is 121 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: cmd/pbm/main.go#L245
The line is 136 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: cmd/pbm/main.go#L269
The line is 126 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: cmd/pbm/main.go#L502
The line is 136 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: cmd/pbm/main.go#L734
The line is 127 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: cmd/pbm/main.go#L738
The line is 130 characters long, which exceeds the maximum of 120 characters. (lll)
runner / golangci-lint: pbm/storage/s3/download.go#L232
the methods of "chunksQueue" use pointer receiver and non-pointer receiver. (recvcheck)
runner / shellcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / shfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / gofmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / alex
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636