grokify/mogo

View on GitHub
html/htmlutil/descriptionlist_parser.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

        } else if endDd.MatchLeft(tok, nil) {
            curDesc.Description = append(curDesc.Description, tok)
            dl = append(dl, curDesc)
            matching = ""
            curDesc = Description{}
Severity: Major
Found in html/htmlutil/descriptionlist_parser.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status