emilsoman/cloudster

View on GitHub
lib/cloudster/elb.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method template has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.template(options = {})
      require_options(options, [:name, :instance_names])
      properties = {"AvailabilityZones" => { "Fn::GetAZs" => "" },
        "Listeners" => get_listeners_for_template(options[:listeners]),
        "HealthCheck" => {
Severity: Minor
Found in lib/cloudster/elb.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status