cmd/ugodoc/main.go

Summary

Maintainability
A
0 mins
Test Coverage

Avoid deeply nested control flow statements.
Wontfix

            } else if reFuncHeader.MatchString(line) {
                block = funcBlock
            } else {
                dg.docs = append(dg.docs, line)
            }
Severity: Major
Found in cmd/ugodoc/main.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status