indentlabs/notebook

View on GitHub
app/services/page_tag_service.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method suggested_tags_for has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.suggested_tags_for(class_name)
    case class_name
    when Building.name
      ["School", "Business"]
    when Character.name
Severity: Major
Found in app/services/page_tag_service.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status