Skip to content

feat: caching and OCI concurrency for remote packages during bundle create and deploy #152

feat: caching and OCI concurrency for remote packages during bundle create and deploy

feat: caching and OCI concurrency for remote packages during bundle create and deploy #152

Triggered via pull request November 3, 2023 23:06
Status Success
Total duration 17s
Artifacts

scan-lint.yaml

on: pull_request
validate
6s
validate
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
validate: src/pkg/cache/cache.go#L28
exported function Add should have comment or be unexported
validate: src/pkg/cache/cache.go#L56
exported function Exists should have comment or be unexported
validate: src/pkg/cache/cache.go#L66
exported function Use should have comment or be unexported
validate: src/pkg/cache/cache.go#L4
should have a package comment
validate: src/pkg/bundler/remote.go#L167
parameter 'spinner' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundler/remote.go#L167
parameter 'currentPackageIter' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundler/remote.go#L167
parameter 'totalPackages' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundler/remote.go#L245
parameter 'tmpDir' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundler/remote.go#L186
if block ends with a continue statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)