sprawl/sprawl

View on GitHub
config/config.go

Summary

Maintainability
A
0 mins
Test Coverage

Config has 22 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

type Config struct {
    v        *viper.Viper
    strings  map[string]string
    booleans map[string]bool
    uints    map[string]uint
Severity: Minor
Found in config/config.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status