hunterlong/statup

View on GitHub
types/configs/configs_form.go

Summary

Maintainability
A
1 hr
Test Coverage

Function LoadConfigForm has 54 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func LoadConfigForm(r *http.Request) (*DbConfig, error) {
    if err := r.ParseForm(); err != nil {
        return nil, err
    }
    g := r.PostForm.Get
Severity: Minor
Found in types/configs/configs_form.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status