activesupport/lib/active_support/core_ext/date_time/conversions.rb

Summary

Maintainability
A
50 mins
Test Coverage

Method civil_from_format has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def self.civil_from_format(utc_or_local, year, month = 1, day = 1, hour = 0, min = 0, sec = 0)
Severity: Major
Found in activesupport/lib/active_support/core_ext/date_time/conversions.rb - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status