feat: add support for 'kustomize edit add configuration' command #7678
go.yml
on: pull_request
Matrix: test-modules
conditional-changes
6s
check-synced-go-modules
26s
Lint
5m 54s
Test Linux
1m 12s
Test Summary
2s
Annotations
6 errors
|
Lint
Process completed with exit code 2.
|
|
Lint:
kustomize/commands/edit/add/addconfiguration.go#L78
error returned from external package is unwrapped: sig: func (*sigs.k8s.io/kustomize/kustomize/v5/commands/internal/kustfile.kustomizationFile).Write(kustomization *sigs.k8s.io/kustomize/api/types.Kustomization) error (wrapcheck)
|
|
Lint:
kustomize/commands/edit/add/addconfiguration.go#L69
error returned from external package is unwrapped: sig: func (*sigs.k8s.io/kustomize/kustomize/v5/commands/internal/kustfile.kustomizationFile).Read() (*sigs.k8s.io/kustomize/api/types.Kustomization, error) (wrapcheck)
|
|
Lint:
kustomize/commands/edit/add/addconfiguration.go#L65
error returned from external package is unwrapped: sig: func sigs.k8s.io/kustomize/kustomize/v5/commands/internal/kustfile.NewKustomizationFile(fSys sigs.k8s.io/kustomize/kyaml/filesys.FileSystem) (*sigs.k8s.io/kustomize/kustomize/v5/commands/internal/kustfile.kustomizationFile, error) (wrapcheck)
|
|
Lint:
kustomize/commands/edit/add/addconfiguration.go#L55
error returned from external package is unwrapped: sig: func sigs.k8s.io/kustomize/kustomize/v5/commands/internal/util.GlobPatterns(fSys sigs.k8s.io/kustomize/kyaml/filesys.FileSystem, patterns []string) ([]string, error) (wrapcheck)
|
|
Lint:
kustomize/commands/edit/add/addconfiguration_test.go#L78
`if idx > 0` has complex nested blocks (complexity: 5) (nestif)
|