codevise/pageflow

View on GitHub
lib/pageflow/configuration.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method initialize has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(target_type_name = nil)
      @target_type_name = target_type_name

      @paperclip_attachments_version = 'v1'
      @paperclip_s3_root = 'main'
Severity: Major
Found in lib/pageflow/configuration.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status