app/models/concerns/filterable.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    scope :by_official_level, ->(official_level) { where(users: { official_level: official_level }).joins(:author) }
Severity: Minor
Found in app/models/concerns/filterable.rb by rubocop

Final newline missing. (https://github.com/bbatsov/ruby-style-guide#newline-eof)
Open

end
Severity: Minor
Found in app/models/concerns/filterable.rb by rubocop

There are no issues that match your filters.

Category
Status