ekristen/libnuke

View on GitHub
pkg/config/config.go

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

Method Config.Filters has 5 return statements (exceeds 4 allowed).
Wontfix

func (c *Config) Filters(accountID string) (filter.Filters, error) {
    if _, ok := c.Accounts[accountID]; !ok {
        return nil, errors.ErrAccountNotConfigured
    }

Severity: Major
Found in pkg/config/config.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status