app/models/concerns/searchable.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [112/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      order_within_rank: (column_names.include?('cached_votes_up') ? "#{table_name}.cached_votes_up DESC" : nil)
Severity: Minor
Found in app/models/concerns/searchable.rb by rubocop

There are no issues that match your filters.

Category
Status