bjerkio/crayon-api-go

View on GitHub

Showing 152 of 602 total issues

Method GetAgreementProductsParams.WriteToRequest has a Cognitive Complexity of 139 (exceeds 20 allowed). Consider refactoring.
Open

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

    if err := r.SetTimeout(o.timeout); err != nil {
        return err
    }
Severity: Minor
Found in client/agreement_products/get_agreement_products_parameters.go - About 2 days to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method GetProductContainersParams.WriteToRequest has a Cognitive Complexity of 130 (exceeds 20 allowed). Consider refactoring.
Open

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

    if err := r.SetTimeout(o.timeout); err != nil {
        return err
    }
Severity: Minor
Found in client/product_containers/get_product_containers_parameters.go - About 2 days to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

GetAgreementProductsParams has 107 methods (exceeds 20 allowed). Consider refactoring.
Open

type GetAgreementProductsParams struct {

    /*AgreementID*/
    AgreementID *int32
    /*AgreementIds*/
Severity: Major
Found in client/agreement_products/get_agreement_products_parameters.go - About 2 days to fix

    Method GetAgreementsParams.WriteToRequest has a Cognitive Complexity of 101 (exceeds 20 allowed). Consider refactoring.
    Open

    func (o *GetAgreementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
    
        if err := r.SetTimeout(o.timeout); err != nil {
            return err
        }
    Severity: Minor
    Found in client/agreements/get_agreements_parameters.go - About 1 day to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Method GetAgreementProductsParams.WriteToRequest has 351 lines of code (exceeds 50 allowed). Consider refactoring.
    Open

    func (o *GetAgreementProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
    
        if err := r.SetTimeout(o.timeout); err != nil {
            return err
        }
    Severity: Major
    Found in client/agreement_products/get_agreement_products_parameters.go - About 1 day to fix

      Method GetCustomerTenantsParams.WriteToRequest has a Cognitive Complexity of 90 (exceeds 20 allowed). Consider refactoring.
      Open

      func (o *GetCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
      
          if err := r.SetTimeout(o.timeout); err != nil {
              return err
          }
      Severity: Minor
      Found in client/customer_tenants/get_customer_tenants_parameters.go - About 1 day to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method GetSubscriptionsParams.WriteToRequest has a Cognitive Complexity of 82 (exceeds 20 allowed). Consider refactoring.
      Open

      func (o *GetSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
      
          if err := r.SetTimeout(o.timeout); err != nil {
              return err
          }
      Severity: Minor
      Found in client/subscriptions/get_subscriptions_parameters.go - About 1 day to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      File get_agreement_products_parameters.go has 814 lines of code (exceeds 500 allowed). Consider refactoring.
      Open

      // Code generated by go-swagger; DO NOT EDIT.
      
      package agreement_products
      
      // This file was generated by the swagger tool.
      Severity: Major
      Found in client/agreement_products/get_agreement_products_parameters.go - About 1 day to fix

        Method GetAssetOrdersAsyncParams.WriteToRequest has a Cognitive Complexity of 75 (exceeds 20 allowed). Consider refactoring.
        Open

        func (o *GetAssetOrdersAsyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
        
            if err := r.SetTimeout(o.timeout); err != nil {
                return err
            }
        Severity: Minor
        Found in client/assets/get_asset_orders_async_parameters.go - About 1 day to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Method GetAssetsParams.WriteToRequest has a Cognitive Complexity of 75 (exceeds 20 allowed). Consider refactoring.
        Open

        func (o *GetAssetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
        
            if err := r.SetTimeout(o.timeout); err != nil {
                return err
            }
        Severity: Minor
        Found in client/assets/get_assets_parameters.go - About 1 day to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Method GetProductContainersParams.WriteToRequest has 200 lines of code (exceeds 50 allowed). Consider refactoring.
        Open

        func (o *GetProductContainersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
        
            if err := r.SetTimeout(o.timeout); err != nil {
                return err
            }
        Severity: Major
        Found in client/product_containers/get_product_containers_parameters.go - About 7 hrs to fix

          Method GetActivityLogsParams.WriteToRequest has a Cognitive Complexity of 60 (exceeds 20 allowed). Consider refactoring.
          Open

          func (o *GetActivityLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }
          Severity: Minor
          Found in client/activity_logs/get_activity_logs_parameters.go - About 6 hrs to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Method GetCrayonAccountsParams.WriteToRequest has a Cognitive Complexity of 58 (exceeds 20 allowed). Consider refactoring.
          Open

          func (o *GetCrayonAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }
          Severity: Minor
          Found in client/crayon_accounts/get_crayon_accounts_parameters.go - About 6 hrs to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Method GetGroupedBillingStatementsParams.WriteToRequest has a Cognitive Complexity of 58 (exceeds 20 allowed). Consider refactoring.
          Open

          func (o *GetGroupedBillingStatementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Method GetBillingStatementsParams.WriteToRequest has a Cognitive Complexity of 58 (exceeds 20 allowed). Consider refactoring.
          Open

          func (o *GetBillingStatementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }
          Severity: Minor
          Found in client/billing_statements/get_billing_statements_parameters.go - About 6 hrs to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Method GetAwsAccountsParams.WriteToRequest has a Cognitive Complexity of 58 (exceeds 20 allowed). Consider refactoring.
          Open

          func (o *GetAwsAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }
          Severity: Minor
          Found in client/aws_accounts/get_aws_accounts_parameters.go - About 6 hrs to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Method GetAgreementsParams.WriteToRequest has 185 lines of code (exceeds 50 allowed). Consider refactoring.
          Open

          func (o *GetAgreementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
          
              if err := r.SetTimeout(o.timeout); err != nil {
                  return err
              }
          Severity: Major
          Found in client/agreements/get_agreements_parameters.go - About 6 hrs to fix

            GetAgreementsParams has 41 methods (exceeds 20 allowed). Consider refactoring.
            Open

            type GetAgreementsParams struct {
            
                /*AgreementIds*/
                AgreementIds []int32
                /*AgreementTypes*/
            Severity: Minor
            Found in client/agreements/get_agreements_parameters.go - About 5 hrs to fix

              Method GetProgramsParams.WriteToRequest has a Cognitive Complexity of 50 (exceeds 20 allowed). Consider refactoring.
              Open

              func (o *GetProgramsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
              
                  if err := r.SetTimeout(o.timeout); err != nil {
                      return err
                  }
              Severity: Minor
              Found in client/programs/get_programs_parameters.go - About 5 hrs to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              GetProductContainersParams has 39 methods (exceeds 20 allowed). Consider refactoring.
              Open

              type GetProductContainersParams struct {
              
                  /*ActiveDraft*/
                  ActiveDraft *bool
                  /*Category*/
              Severity: Minor
              Found in client/product_containers/get_product_containers_parameters.go - About 5 hrs to fix
                Severity
                Category
                Status
                Source
                Language