app/services/descriptor/activity_description.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

    def activity_descriptors(rule_type)
      rule = package.public_send(rule_type)
      return [] if !rule && rule_type == :zone_acitivity_rule

      package.activities.map do |activity|

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