wikimedia/eventmetrics

View on GitHub
app/Resources/assets/js/dateLocales.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function getLocaleDatePattern has 218 lines of code (exceeds 80 allowed). Consider refactoring.
Open

eventmetrics.dateLocales.getLocaleDatePattern = function () {
    var defaultFormat = 'YYYY-MM-DD';

    if (!window.navigator.language) {
        return defaultFormat;
Severity: Major
Found in app/Resources/assets/js/dateLocales.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status