lflux/eve-sdeloader

View on GitHub
skins/import_skins.go

Summary

Maintainability
A
45 mins
Test Coverage

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

func ImportSkins(db *sql.DB, r io.Reader) error {
    defer utils.TimeTrack(time.Now(), "skins")

    entries := make(map[string]*Skin)

Severity: Major
Found in skins/import_skins.go - About 45 mins to fix

    exported function ImportSkins should have comment or be unexported
    Open

    func ImportSkins(db *sql.DB, r io.Reader) error {
    Severity: Minor
    Found in skins/import_skins.go by golint

    exported type Skin should have comment or be unexported
    Open

    type Skin struct {
    Severity: Minor
    Found in skins/import_skins.go by golint

    There are no issues that match your filters.

    Category
    Status