LaunchPadLab/fuel

View on GitHub
lib/fuel/configuration.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def initialize
      @layout = "application"
      @blog_title = "Blog"
      @blog_description = "A list of posts about a topic"
      @disqus_name = nil
Severity: Minor
Found in lib/fuel/configuration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status