cloudfoundry/dea_ng

View on GitHub
lib/dea/protocol.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method generate has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.generate(bootstrap, instance, request)
      response = {
        "dea"             => bootstrap.uuid,
        "droplet"         => instance.application_id,
        "version"         => instance.application_version,
Severity: Minor
Found in lib/dea/protocol.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status