clearsightstudio/ProMotion

View on GitHub
app/screens/test_collection_screen.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method collection_data has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def collection_data
    cells = (1..10).to_a.map do |i|
      (1..10).to_a.map do |o|
        {
            cell_identifier:  :custom_cell,
Severity: Minor
Found in app/screens/test_collection_screen.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status