cloudfoundry/korifi

View on GitHub

Showing 22 of 27 total issues

Function NewOrg has 6 arguments (exceeds 5 allowed). Consider refactoring.
Open

func NewOrg(apiBaseURL url.URL, orgRepo CFOrgRepository, domainRepo CFDomainRepository, requestValidator RequestValidator, userCertificateExpirationWarningDuration time.Duration, defaultDomainName string) *Org {
Severity: Minor
Found in api/handlers/org.go - About 35 mins to fix

    Method Validator.ValidateUpdate has 9 return statements (exceeds 8 allowed).
    Open

    func (v *Validator) ValidateUpdate(ctx context.Context, oldObj, obj runtime.Object) (admission.Warnings, error) {
    route, ok := obj.(*korifiv1alpha1.CFRoute)
    if !ok {
    return nil, apierrors.NewBadRequest(fmt.Sprintf("expected a CFRoute but got a %T", obj))
    }
    Severity: Major
    Found in controllers/webhooks/networking/routes/validator.go - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language