fog/fog-digitalocean

View on GitHub
lib/fog/compute/digitalocean/requests/list_images.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method list_images has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def list_images(filters = {})
          next_page = (filters[:page] || 1).to_i + 1

          response        = Excon::Response.new
          response.status = 200
Severity: Minor
Found in lib/fog/compute/digitalocean/requests/list_images.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status