subakva/duple

View on GitHub
lib/duple/configuration.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class Configuration has 33 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Configuration
    HEROKU  = 'heroku'
    LOCAL   = 'local'
    VALID_TYPES = [HEROKU, LOCAL]

Severity: Minor
Found in lib/duple/configuration.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status