arttor/helmify

View on GitHub
pkg/processor/webhook/cert.go

Summary

Maintainability
A
40 mins
Test Coverage
F
59%

Method cert.Process has 6 return statements (exceeds 4 allowed).
Open

func (c cert) Process(appMeta helmify.AppMetadata, obj *unstructured.Unstructured) (bool, helmify.Template, error) {
    if obj.GroupVersionKind() != certGVC {
        return false, nil, nil
    }
    name := appMeta.TrimName(obj.GetName())
Severity: Major
Found in pkg/processor/webhook/cert.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status