cloudfoundry/cloud_controller_ng

View on GitHub
app/actions/v2/app_create.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

      def create(request_attrs)
        process = nil

        AppModel.db.transaction do
          app = AppModel.create(
Severity: Minor
Found in app/actions/v2/app_create.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status