crowdAI/crowdai

View on GitHub
app/mailers/gdpr_export_mailer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method format_options has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def format_options(participant:,body:,csv_file:)
    options = {
      participant_id:   participant.id,
      subject:          "[crowdAI] Personal Data download",
      to:               participant.email,
Severity: Minor
Found in app/mailers/gdpr_export_mailer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status