omegainteractive/comfypress

View on GitHub
lib/comfypress/configuration.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def initialize
    @cms_title            = 'ComfyPress CMS Engine'
    @admin_auth           = 'ComfyPress::HttpAuth'
    @public_auth          = 'ComfyPress::DummyAuth'
    @seed_data_path       = nil
Severity: Minor
Found in lib/comfypress/configuration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status