internal/userconfig/userconfig.go

Summary

Maintainability
A
50 mins
Test Coverage

Method Config.Load has 8 return statements (exceeds 4 allowed).
Open

func (c *Config) Load() error {
    path, err := c.path()
    if err != nil {
        return errors.Wrap(err, "getting path")
    }
Severity: Major
Found in internal/userconfig/userconfig.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status