lib/fog/aws/models/compute/flavors.rb

Summary

Maintainability
F
1 wk
Test Coverage
A
91%

File flavors.rb has 4629 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require 'fog/aws/models/compute/flavor'

# To compute RAM from AWS doc https://aws.amazon.com/fr/ec2/instance-types
# we can use this formula: RAM (in MB) = AWS_RAM (in GiB) * 1073.742 MB/GiB
module Fog
Severity: Major
Found in lib/fog/aws/models/compute/flavors.rb - About 1 wk to fix

    There are no issues that match your filters.

    Category
    Status