asteris-llc/converge

View on GitHub
resource/docker/volume/volume.go

Summary

Maintainability
A
40 mins
Test Coverage

Method Volume.Apply has 6 return statements (exceeds 4 allowed).
Open

func (v *Volume) Apply(context.Context) (resource.TaskStatus, error) {
    status := resource.NewStatus()

    var (
        vol *dc.Volume
Severity: Major
Found in resource/docker/volume/volume.go - About 40 mins to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    // Copyright © 2016 Asteris, LLC
    Severity: Minor
    Found in resource/docker/volume/volume.go by gofmt

    There are no issues that match your filters.

    Category
    Status