stdlib/date.rb

Summary

Maintainability
C
1 day
Test Coverage

Method parse has 225 lines of code (exceeds 30 allowed). Consider refactoring.
Open

    def parse(string, comp = true)
      %x{
        var current_date = new Date();

        var current_day = current_date.getDate(),
Severity: Major
Found in stdlib/date.rb - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status