Showing 22 of 27 total issues
Function NewOrg
has 6 arguments (exceeds 5 allowed). Consider refactoring. Open
Open
func NewOrg(apiBaseURL url.URL, orgRepo CFOrgRepository, domainRepo CFDomainRepository, requestValidator RequestValidator, userCertificateExpirationWarningDuration time.Duration, defaultDomainName string) *Org {
Method Validator.ValidateUpdate
has 9 return statements (exceeds 8 allowed). Open
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)) }