Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#7923) #24584
Annotations
10 errors and 10 warnings
lint:
pkg/logger/init.go#L18
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/clustermanager/internal/deployments.go#L13
exported: exported var ExternalEtcdDeployments should have comment or be unexported (revive)
|
lint:
pkg/clustermanager/internal/deployments.go#L18
exported: exported var EksaDeployments should have comment or be unexported (revive)
|
lint:
pkg/collection/set_test.go#L6
dot-imports: should not use dot imports (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/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)
|