Showing 3 of 3 total issues

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

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

    // Copyright 2017 The ezgliding Authors.
    Severity: Minor
    Found in doc.go by gofmt
    Severity
    Category
    Status
    Source
    Language