godofdream/go-zeroweb

View on GitHub
reload_db.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Zeroweb.reloadDB has 5 return statements (exceeds 4 allowed).
Open

func (zeroweb *Zeroweb) reloadDB() error {
    if !zeroweb.Config.GetBool("db.Enabled") {
        return nil
    }

Severity: Major
Found in reload_db.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status