Skip to content

Bump the kubernetes group with 5 updates (#7863) #24514

Bump the kubernetes group with 5 updates (#7863)

Bump the kubernetes group with 5 updates (#7863) #24514

Triggered via push March 18, 2024 23:30
Status Failure
Total duration 4m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/git/gogithub/gogithub_test.go#L14
dot-imports: should not use dot imports (revive)
lint: pkg/git/gogithub/gogithub_test.go#L82
unused-parameter: parameter 'arg0' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/git/gitclient/gitclient.go#L209
cyclomatic complexity 11 of func `(*GitClient).Branch` is high (> 10) (gocyclo)
lint: pkg/git/gitclient/gitclient.go#L30
exported: exported type GitClient should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L38
exported: exported type Opt should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L40
exported: exported function New should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L51
exported: exported function WithAuth should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L57
exported: exported function WithRepositoryUrl should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L63
exported: exported function WithRepositoryDirectory should have comment or be unexported (revive)
lint: pkg/git/gitclient/gitclient.go#L69
exported: exported method GitClient.Clone should have comment or be unexported (revive)
lint: pkg/templater/yaml.go#L12
exported: exported function AppendYamlResources should have comment or be unexported (revive)
lint: pkg/templater/yaml.go#L29
exported: exported function ObjectsToYaml should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L10
exported: exported type PartialYaml should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L15
exported: exported type Templater should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L12
exported: exported method PartialYaml.AddIfNotZero should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L22
exported: exported method PartialYaml.ToYaml should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L19
exported: exported function New should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L25
exported: exported method Templater.WriteToFile should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L38
exported: exported method Templater.WriteBytesToFile should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L47
exported: exported function Execute should have comment or be unexported (revive)