Skip to content

fix: remove goreleaser archives.replacements #44

fix: remove goreleaser archives.replacements

fix: remove goreleaser archives.replacements #44

Triggered via pull request January 9, 2024 13:38
Status Success
Total duration 1m 54s
Artifacts

audit.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
audit: cmd/root.go#L16
exported function Execute should have comment or be unexported
audit: cmd/remote/root.go#L12
exported function GetMainCommand should have comment or be unexported
audit: pkg/build/info.go#L4
exported var Commit should have comment or be unexported
audit: pkg/build/info.go#L10
exported const Name should have comment (or a comment on this block) or be unexported
audit: pkg/build/info.go#L11
const LatestReleaseUrl should be LatestReleaseURL
audit: pkg/k8s/client.go#L20
a blank import should be only in a main or test package, or have a comment justifying it
audit: pkg/k8s/client.go#L28
exported const PortForwardMethod should have comment (or a comment on this block) or be unexported
audit: pkg/k8s/client.go#L33
exported type PortForwardOptions should have comment or be unexported
audit: pkg/k8s/client.go#L43
exported function NewPortForwardOptions should have comment or be unexported
audit: pkg/k8s/client.go#L55
exported type KubernetesClient should have comment or be unexported