Skip to content

fix(ci): Rename lint workflow #3

fix(ci): Rename lint workflow

fix(ci): Rename lint workflow #3

Triggered via push July 18, 2024 16:03
Status Failure
Total duration 41s
Artifacts

lint.yml

on: push
Build and Lint
30s
Build and Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and Lint: pkg/helm/ca_config.go#L220
S1039: unnecessary use of fmt.Sprintf (gosimple)
Build and Lint: pkg/helm/ca_config.go#L224
S1039: unnecessary use of fmt.Sprintf (gosimple)
Build and Lint: pkg/helm/uo.go#L211
ineffectual assignment to theNumber (ineffassign)
Build and Lint: pkg/helm/uo.go#L365
ineffectual assignment to err (ineffassign)
Build and Lint: pkg/helm/uo.go#L622
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
Build and Lint: pkg/cmdutil/extensions/extension_installer.go#L593
S1025: the argument's underlying type is a string, should use a simple conversion instead of fmt.Sprintf (gosimple)
Build and Lint: pkg/cmdutil/extensions/extension_installer_test.go#L217
ineffectual assignment to err (ineffassign)
Build and Lint: cmd/containers.go#L173
Error return value of `containersGetCmd.MarkFlagRequired` is not checked (errcheck)
Build and Lint: cmd/export.go#L237
Error return value is not checked (errcheck)
Build and Lint: cmd/export.go#L573
Error return value of `exportCmd.MarkFlagRequired` is not checked (errcheck)