soumya92/barista

View on GitHub
pango/icons/fontawesome/fontawesome.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Function Load has 5 return statements (exceeds 4 allowed).
Open

func Load(repoPath string) error {
    f, err := fs.Open(filepath.Join(repoPath, "metadata/icons.yml"))
    if err != nil {
        return err
    }
Severity: Major
Found in pango/icons/fontawesome/fontawesome.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status