Codeminer42/cm42-central

View on GitHub
lib/tasks/populate_newposition.rake

Summary

Maintainability
Test Coverage

Complex method task#populate_newposition (37.5)
Open

task populate_newposition: :environment do
  puts "RUNNING TASK: populate_newposition\n\n"

  def update_column(stories)
    new_position = 1
Severity: Minor
Found in lib/tasks/populate_newposition.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