app/helpers/custom/users_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

end
Severity: Minor
Found in app/helpers/custom/users_helper.rb by rubocop

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

    current_administrator? || current_animator? || current_moderator? || current_valuator? || current_manager?  || (user && user.administrator?)
Severity: Minor
Found in app/helpers/custom/users_helper.rb by rubocop

There are no issues that match your filters.

Category
Status