lib/fog/aws/mock.rb

Summary

Maintainability
B
5 hrs
Test Coverage
A
93%

Class Mock has 38 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Mock
      def self.arn(vendor, account_id, path, region = nil)
        "arn:aws:#{vendor}:#{region}:#{account_id}:#{path}"
      end

Severity: Minor
Found in lib/fog/aws/mock.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status