tansaku/LocalSupport

View on GitHub
app/services/setup_slug.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [6/5] (https://github.com/bbatsov/ruby-style-guide#short-methods)
Open

  def candidates
    [
        name.method(:short_name),
        name.method(:longer_name),
        name.method(:append_org),
Severity: Minor
Found in app/services/setup_slug.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