crowbar/crowbar-openstack

View on GitHub
chef/cookbooks/crowbar-openstack/providers/wsgi.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method load_current_resource has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def load_current_resource
  @current_resource = Chef::Resource::CrowbarOpenstackWsgi.new(@new_resource.name)

  @current_resource.bind_host(@new_resource.bind_host)
  @current_resource.bind_port(@new_resource.bind_port)
Severity: Minor
Found in chef/cookbooks/crowbar-openstack/providers/wsgi.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status