gadael/gadael

View on GitHub
public/js/jsondates.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

                if (!match[1] || !match[2] || !match[3] || !match[4] || !match[5] || !match[6]) {
                    // Require at least year mont day hour minute second
                    continue;
                }
Severity: Major
Found in public/js/jsondates.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status