idlesign/django-sitecats

View on GitHub
sitecats/static/js/sitecats/sitecats.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

    bootstrap_editors: function() {
        'use strict';

        var cl_list_entry = '.' + this.defaults.classes.list_entry,
            cl_choice_box = '.' + this.defaults.classes.choice_box,
Severity: Minor
Found in sitecats/static/js/sitecats/sitecats.js - About 1 hr to fix

    Function make_cloud has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        make_cloud: function(target_el_id, font_size_min, font_size_max, font_size_units) {
            'use strict';
    
            var ties_max,
                ties_min,
    Severity: Minor
    Found in sitecats/static/js/sitecats/sitecats.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status