jkawamoto/roadie

View on GitHub
cloud/azure/resource/client/providers/providers_get_parameters.go

Summary

Maintainability
A
45 mins
Test Coverage

Method ProvidersGetParams.WriteToRequest has 7 return statements (exceeds 4 allowed).
Open

func (o *ProvidersGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {

    if err := r.SetTimeout(o.timeout); err != nil {
        return err
    }
Severity: Major
Found in cloud/azure/resource/client/providers/providers_get_parameters.go - About 45 mins to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    package providers

    type name will be used as providers.ProvidersGetParams by other packages, and that stutters; consider calling this GetParams
    Open

    type ProvidersGetParams struct {

    There are no issues that match your filters.

    Category
    Status