burningpony/phd_checker

View on GitHub
app/models/response.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method raw_csv has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.raw_csv(responses)
    CSV.generate do |csv|
      # header row
      csv << [
        'id',
Severity: Minor
Found in app/models/response.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status