skierkowski/terraform-enterprise-client

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

Summary

Maintainability
A
0 mins
Test Coverage

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

      def create(params = {})
        data = {
          attributes: {
            'is-destroy' => params[:destroy] || false
          },

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.

Trailing whitespace detected.
Open

      

There are no issues that match your filters.

Category
Status