elliotchance/gedcom

View on GitHub
q/parser.go

Summary

Maintainability
A
2 hrs
Test Coverage

Parser has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

type Parser struct {
    tokens *Tokens
}
Severity: Minor
Found in q/parser.go - About 2 hrs to fix

    Your code does not pass gofmt in 21 places. Go fmt your code!
    Open

    package q
    Severity: Minor
    Found in q/parser.go by gofmt

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

            } else {
    Severity: Minor
    Found in q/parser.go by golint

    There are no issues that match your filters.

    Category
    Status