eliav-lavi/priora

View on GitHub
lib/priora/priority_builder.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [13/10]
Wontfix

      def build(raw_priority)
        case raw_priority
        when Symbol
          Priority.new(attribute: raw_priority)
        when Array
Severity: Minor
Found in lib/priora/priority_builder.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