lflux/eve-sdeloader

View on GitHub
bsd/inv_names.go

Summary

Maintainability
A
45 mins
Test Coverage

Function importInvNames has 7 return statements (exceeds 4 allowed).
Open

func importInvNames(db *sql.DB, r io.Reader) error {
    var err error
    tx, err := db.Begin()
    if err != nil {
        return err
Severity: Major
Found in bsd/inv_names.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status