Skip to content

pb installer, uninstaller, show values and list #236

pb installer, uninstaller, show values and list

pb installer, uninstaller, show values and list #236

Triggered via pull request December 20, 2024 01:57
Status Failure
Total duration 2m 16s
Artifacts

build.yaml

on: pull_request
Build and Test the Go code
2m 7s
Build and Test the Go code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and Test the Go code: pkg/installer/installer.go#L867
exported: type name will be used as installer.InstallerEntry by other packages, and that stutters; consider calling this Entry (revive)
Build and Test the Go code: pkg/installer/installer.go#L389
var-naming: var ingestorUrl should be ingestorURL (revive)
Build and Test the Go code: pkg/installer/installer.go#L762
var-naming: var ingestionUrl should be ingestionURL (revive)
Build and Test the Go code: pkg/installer/installer.go#L918
var-naming: func result ingestorUrl should be ingestorURL (revive)
Build and Test the Go code: pkg/installer/spinner.go#L27
unused-parameter: parameter 'namespace' seems to be unused, consider removing or renaming it as _ (revive)
Build and Test the Go code: pkg/installer/installer.go#L373
unused-parameter: parameter 'deployment' seems to be unused, consider removing or renaming it as _ (revive)
Build and Test the Go code: cmd/list.go#L36
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
Build and Test the Go code: pkg/installer/model.go#L23
const `standalone` is unused (unused)
Build and Test the Go code: pkg/installer/spinner.go#L40
printf: non-constant format string in call to fmt.Sprintf (govet)
Build and Test the Go code
Process completed with exit code 2.
Build and Test the Go code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636