bruteforce.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    if distance > optimalDistance {
                        optimalDistance = distance
                        optimalTask = task
                    }
Severity: Major
Found in bruteforce.go - About 45 mins to fix

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

    // Copyright ©2017 The ezgliding Authors.
    Severity: Minor
    Found in bruteforce.go by gofmt

    There are no issues that match your filters.

    Category
    Status