codevise/pageflow

View on GitHub
entry_types/scrolled/lib/pageflow_scrolled/plugin.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method configure has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def configure(config)
      config.features.register('scrolled_entry_type') do |feature_config|
        feature_config.entry_types.register(PageflowScrolled.entry_type)
      end

Severity: Minor
Found in entry_types/scrolled/lib/pageflow_scrolled/plugin.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status