app/assets/javascripts/sprint_ordering.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    initialize: function() {
      $(".backlog-sortable").sortable({
        connectWith: ".backlog-connected",
        placeholder: "backlog-placeholder-element",
        update: function(event, ui) {
Severity: Minor
Found in app/assets/javascripts/sprint_ordering.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status