skierkowski/terraform-enterprise-client

View on GitHub
lib/terraform_enterprise/api/resource_requests/variables.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [11/10]
Open

      def create(params = {})
        org       = params.delete(:organization)
        workspace = params.delete(:workspace)
        data      = {
          attributes: params,

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Line is too long. [88/80]
Open

        filter[:organization] = { name: params[:organization] } if params[:organization]

There are no issues that match your filters.

Category
Status