lib/tasks/first_team.rake
Complex method task#first_team (53.5) Open
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
- Read upRead up
- Exclude checks
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