fog/fog-openstack

View on GitHub
lib/fog/openstack/compute/requests/get_key_pair.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

        def delete_key_pair(key_name)
          response = Excon::Response.new
          response.status = 200
          response.headers = {
            "X-Compute-Request-Id" => "req-c373a42c-2825-4e60-8d34-99416ea850be",
Severity: Minor
Found in lib/fog/openstack/compute/requests/get_key_pair.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status