app/helpers/communities_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    community.from_proposal? ? t("community.show.title.proposal") : t("community.show.title.investment")
Severity: Minor
Found in app/helpers/communities_helper.rb by rubocop

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

    community.from_proposal? ? t("community.show.description.proposal") : t("community.show.description.investment")
Severity: Minor
Found in app/helpers/communities_helper.rb by rubocop

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

    community.from_proposal? ? t("community.sidebar.description.proposal") : t("community.sidebar.description.investment")
Severity: Minor
Found in app/helpers/communities_helper.rb by rubocop

There are no issues that match your filters.

Category
Status