app/mailers/step_mailer.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [14/10]
Open

  def proposal_notification(step)
    @proposal = step.proposal.decorate
    @step = step.decorate
    @recipient = step.user
    add_proposal_attributes_icons(@proposal)
Severity: Minor
Found in app/mailers/step_mailer.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Method has too many lines. [11/10]
Open

  def step_reply_received(step)
    @proposal = step.proposal.decorate
    @step = step
    @recipient = @proposal.requester
    add_inline_attachment("icon-page-circle.png")
Severity: Minor
Found in app/mailers/step_mailer.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status