cloudfoundry/dea_ng

View on GitHub
lib/dea/utils/egress_rules_mapper.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def rule_args_for_protocol(protocol, rule)
    base_args = {
      handle:   container_handle,
      protocol: protocol,
      network:  rule['destination'],
Severity: Minor
Found in lib/dea/utils/egress_rules_mapper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status