lib/tasks/dev.rake

Summary

Maintainability
Test Coverage

Block has too many lines. [55/25]
Open

  namespace :dev do
    desc "Sample data for local development environment"
    task :prime, [:email] => ["db:setup"] do |_task, args|
      include FactoryGirl::Syntax::Methods

Severity: Minor
Found in lib/tasks/dev.rake by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status