myems-admin/js/plugins/fullcalendar/gcal.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function transformOptions has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function transformOptions(sourceOptions, start, end, timezone) {

    var success = sourceOptions.success;
    var data = $.extend({}, sourceOptions.data || {}, {
        singleevents: true,
Severity: Minor
Found in myems-admin/js/plugins/fullcalendar/gcal.js - About 1 hr to fix

    Function success has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            success: function(data) {
                var events = [];
                if (data.feed.entry) {
                    $.each(data.feed.entry, function(i, entry) {
    
    
    Severity: Minor
    Found in myems-admin/js/plugins/fullcalendar/gcal.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status