hunterlong/statup

View on GitHub
types/services/yaml.go

Summary

Maintainability
A
35 mins
Test Coverage

Function LoadServicesYaml has 5 return statements (exceeds 4 allowed).
Open

func LoadServicesYaml() (*yamlFile, error) {
    if !utils.FileExists(utils.Directory + "/services.yml") {
        return nil, nil
    }

Severity: Major
Found in types/services/yaml.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status