Codeminer42/cm42-central

View on GitHub
lib/tasks/first_team.rake

Summary

Maintainability
Test Coverage

Complex method task#first_team (53.5)
Open

task first_team: :environment do
  unless Team.count.zero?
    puts 'Warning: only run this task once, it will only run if there is not team in the system yet'
    exit 1
  end
Severity: Minor
Found in lib/tasks/first_team.rake by flog

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status