cloudfoundry-incubator/eirini

View on GitHub
bifrost/convert.go

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

Method APIConverter.ConvertLRP has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (c *APIConverter) ConvertLRP(request cf.DesireLRPRequest) (api.LRP, error) {
    env := map[string]string{
        "LANG": "en_US.UTF-8",
    }

Severity: Minor
Found in bifrost/convert.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status