fog/fog-profitbricks

View on GitHub
lib/fog/profitbricks/requests/compute/create_firewall_rule.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create_firewall_rule has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def create_firewall_rule(datacenter_id, server_id, nic_id, options = {})
          response = Excon::Response.new
          response.status = 202

          properties = {}
Severity: Minor
Found in lib/fog/profitbricks/requests/compute/create_firewall_rule.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status