Skip to content

Chore(ostor): refactor app setup #44

Chore(ostor): refactor app setup

Chore(ostor): refactor app setup #44

Triggered via pull request October 30, 2024 09:10
Status Success
Total duration 51s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
You are using 'latest' as default version. Will lock to '~> v2'.
revive: internal/utils/utils.go#L1
should have a package comment
revive: internal/utils/utils.go#L7
comment on exported function PrettyByteSize should be of the form "PrettyByteSize ..."
revive: pkg/acronis/client.go#L1
should have a package comment
revive: cmd/ostor/main.go#L1
should have a package comment
revive: pkg/ostormock/ostormock.go#L1
should have a package comment
revive: pkg/acronis/client.go#L11
exported type AcronisClient should have comment or be unexported
revive: cmd/tenant-usage/main.go#L1
should have a package comment
revive: pkg/acronis/client.go#L11
type name will be used as acronis.AcronisClient by other packages, and that stutters; consider calling this Client
revive: pkg/acronis/types.go#L3
exported type ApplicationResponse should have comment or be unexported
revive: pkg/acronis/types.go#L9
exported type UsageItems should have comment or be unexported