cloudfoundry/cloud_controller_ng

View on GitHub
app/actions/task_create.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def create(app, message, user_audit_info, droplet: nil)
      droplet ||= app.droplet
      no_assigned_droplet! unless droplet
      validate_maximum_disk!(message)

Severity: Minor
Found in app/actions/task_create.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status