Skip to content

Saving bundles as an intermediate ocitar #1624

Saving bundles as an intermediate ocitar

Saving bundles as an intermediate ocitar #1624

Triggered via pull request March 20, 2024 12:25
@ashpectashpect
synchronize #612
ashpect:copy
Status Failure
Total duration 30s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: pkg/imgpkg/cmd/copy_repo_src.go#L20
`ctlbundle` redeclared in this block (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L11
other declaration of ctlbundle (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L22
`imageset` redeclared in this block (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L12
other declaration of imageset (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L23
`ctlimgset` redeclared in this block (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L13
other declaration of ctlimgset (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L24
`imagetar` redeclared in this block (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L14
other declaration of imagetar (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L25
`util` redeclared in this block (typecheck)
lint: pkg/imgpkg/cmd/copy_repo_src.go#L15
other declaration of util (typecheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v2, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L11
exported: exported type ImageIndexIntermediate should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L17
exported: exported type ImageIntermediate should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L23
exported: exported method ImageIntermediate.Ref should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L27
exported: exported method ImageIntermediate.SetRef should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L31
exported: exported method ImageIntermediate.Tag should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L35
exported: exported method ImageIntermediate.SetTag should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L39
exported: exported method ImageIntermediate.Layers should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L43
exported: exported method ImageIntermediate.MediaType should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L47
exported: exported method ImageIntermediate.Size should have comment or be unexported (revive)
lint: pkg/imgpkg/imagedesc/image_intermediate.go#L51
exported: exported method ImageIntermediate.ConfigName should have comment or be unexported (revive)