fog/fog-openstack

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method get_limits has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_limits(_options = {})
          rate_limits = [
            {'regex' => '.*',
             'limit' => [
               {'next-available' => '2012-11-22T16:13:44Z',
Severity: Major
Found in lib/fog/openstack/compute/requests/get_limits.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status