wip #28
Annotations
10 errors
pkg/helm/render.go#L14
don't use `init` function (gochecknoinits)
|
pkg/storage/storage.go#L85
string `Job` has 4 occurrences, make it a constant (goconst)
|
pkg/storage/storage.go#L94
string `CronJob` has 4 occurrences, make it a constant (goconst)
|
pkg/storage/storage.go#L49
string `Deployment` has 4 occurrences, make it a constant (goconst)
|
pkg/storage/storage.go#L58
string `DaemonSet` has 4 occurrences, make it a constant (goconst)
|
pkg/storage/storage.go#L67
string `StatefulSet` has 4 occurrences, make it a constant (goconst)
|
pkg/storage/storage.go#L76
string `Pod` has 4 occurrences, make it a constant (goconst)
|
pkg/helm/render.go#L24
paramTypeCombine: func(dir string, values string) (files map[string]string, err error) could be replaced with func(dir, values string) (files map[string]string, err error) (gocritic)
|
pkg/values_validation/values_validation.go#L21
filepathJoin: "/deckhouse" contains a path separator (gocritic)
|
pkg/values_validation/values_validation.go#L72
paramTypeCombine: func(moduleName string, values string) error could be replaced with func(moduleName, values string) error (gocritic)
|
This job failed
Loading