Skip to content

feat: alias vendored zarf to z #642

feat: alias vendored zarf to z

feat: alias vendored zarf to z #642

Triggered via pull request February 13, 2024 21:38
Status Success
Total duration 5m 44s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
validate: src/pkg/bundler/localbundle.go#L34
exported type LocalBundle should have comment or be unexported
validate: src/pkg/bundler/fetcher/fetcher.go#L20
exported type Fetcher should have comment or be unexported
validate: src/pkg/bundler/localbundle.go#L39
exported function NewLocalBundle should have comment or be unexported
validate: src/pkg/bundler/pusher/remote.go#L26
exported type Config should have comment or be unexported
validate: src/cmd/run.go#L28
parameter 'cmd' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundler/localbundle.go#L29
exported type LocalBundleOpts should have comment or be unexported
validate: src/pkg/bundler/bundler.go#L11
exported type Bundler should have comment or be unexported
validate: src/pkg/bundler/remotebundle.go#L20
exported type RemoteBundleOpts should have comment or be unexported
validate: src/pkg/bundler/fetcher/fetcher.go#L25
exported type Config should have comment or be unexported
validate: src/pkg/bundler/pusher/remote.go#L84
comment on exported method RemotePusher.LayersToRemoteBundle should be of the form "LayersToRemoteBundle ..."