Created
February 23, 2022 20:57
-
-
Save jmrodri/a11c6dfdae4e582c65582bca694dac94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd/operator-verify/manifests/cmd.go:58: nonEmptyResults := []errors.ManifestResult{} | |
pkg/validation/internal/crd_test.go:65: results := []errors.ManifestResult{} | |
pkg/validation/internal/package_manifest.go:24: result := errors.ManifestResult{Name: pkg.PackageName} | |
pkg/validation/internal/operatorhub.go:190: result := errors.ManifestResult{Name: bundle.Name} | |
pkg/validation/internal/community.go:73: result := errors.ManifestResult{Name: bundle.Name} | |
pkg/validation/internal/csv.go:34: result := errors.ManifestResult{Name: csv.GetName()} | |
pkg/validation/internal/csv.go:71: result := errors.ManifestResult{} | |
pkg/validation/internal/good_practices.go:33: result := errors.ManifestResult{} | |
pkg/validation/internal/removed_apis.go:75: result := errors.ManifestResult{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment