Upgrade: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #49
Annotations
11 warnings
build
You are using 'latest' as default version. Will lock to '~> v2'.
|
revive:
cmd/ostor/main.go#L1
should have a package comment
|
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
|
revive:
pkg/acronis/types.go#L14
exported type UsageItem should have comment or be unexported
|
revive:
pkg/acronis/types.go#L38
exported type UsageResponse should have comment or be unexported
|
revive:
pkg/acronis/types.go#L4
struct field Id should be ID
|
revive:
pkg/acronis/types.go#L49
struct field IdToken should be IDToken
|
revive:
pkg/acronis/client.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:
internal/utils/utils.go#L1
should have a package comment
|