app/mailers/notification_mailer.rb
Method notify_proposal
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def notify_proposal(activity, user)
@user = user
@activity = activity
I18n.with_locale(@user.locale) do
if @activity.objective_type == 'Assistance' && @user.notify_comments
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Line is too long. [88/80] Open
Open
subject: I18n.t('notification_mailer.notify_activity.subject_assistance', \
- Exclude checks
Line is too long. [84/80] Open
Open
subject: I18n.t('notification_mailer.notify_activity.subject_meetup', \
- Exclude checks
Line is too long. [86/80] Open
Open
subject: I18n.t('notification_mailer.notify_activity.subject_proposal', \
- Exclude checks