cloudfoundry/cloud_controller_ng

View on GitHub
app/actions/service_instance_create_user_provided.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def create(message)
      instance = nil
      attributes = {
        name: message.name,
        space_guid: message.space_guid,
Severity: Minor
Found in app/actions/service_instance_create_user_provided.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status