asteris-llc/converge

View on GitHub
resource/resource.go

Summary

Maintainability
A
35 mins
Test Coverage

Function ResolveTask has 5 return statements (exceeds 4 allowed).
Open

func ResolveTask(w interface{}) (Task, bool) {
    if w == nil {
        return nil, false
    }
    if tasker, ok := w.(Tasker); ok {
Severity: Major
Found in resource/resource.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status