wgoodall01/wikipath

View on GitHub
wp/index.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if linkPath.Len() < foundPath.Len() {
                    foundPath.Prev = linkPath.Prev
                }
Severity: Major
Found in wp/index.go - About 45 mins to fix

    if block ends with a return statement, so drop this else and outdent its block
    Open

            } else {
    Severity: Minor
    Found in wp/index.go by golint

    There are no issues that match your filters.

    Category
    Status