internal/handler/config.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Config.Verify has 10 return statements (exceeds 4 allowed).
Open

func (c *Config) Verify() error {
    // check log level
    if _, err := logging.ToLevel(c.LogLevel); err != nil {
        return err
    }
Severity: Major
Found in internal/handler/config.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status