lib/related_items.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [12/10]
Open

    def related_items_hash
      @related_items_hash ||=
        begin
               related_items_hash = {}
               related_items_hash['Topic'] = is_a?(Topic) ? related_topics : topics
Severity: Minor
Found in lib/related_items.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status