exercism/website

View on GitHub
app/helpers/react_components/community_solutions/comments_list.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method to_s has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def to_s
        super("community-solutions-comments-list", {
          user_signed_in: current_user.present?,
          allow_comments: solution.allow_comments,
          is_author: current_user == solution.user,
Severity: Minor
Found in app/helpers/react_components/community_solutions/comments_list.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status