TimothyStiles/poly

View on GitHub
io/rebase/rebase.go

Summary

Maintainability
A
0 mins
Test Coverage

Function Parse has 54 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func Parse(file io.Reader) (map[string]Enzyme, error) {
    fileBytes, err := readAllFn(file)
    if err != nil {
        return make(map[string]Enzyme), err
    }
Severity: Minor
Found in io/rebase/rebase.go - About 1 hr to fix

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

    /*
    Severity: Minor
    Found in io/rebase/rebase.go by gofmt

    There are no issues that match your filters.

    Category
    Status