asteris-llc/converge

View on GitHub
resource/lvm/lv/lv.go

Summary

Maintainability
A
35 mins
Test Coverage

Method resourceLV.Apply has 5 return statements (exceeds 4 allowed).
Open

func (r *resourceLV) Apply(context.Context) (resource.TaskStatus, error) {
    status := &Status{}
    if _, err := r.checkVG(true); err != nil {
        return nil, err
    }
Severity: Major
Found in resource/lvm/lv/lv.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status