app/assets/javascripts/details/views/list/list_view.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _events has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ListViewDataTable.prototype._events = function(){
    var self = this;

    this.el.on('dataTableView:canceled', function(){
      self.viewCanceled();
Severity: Minor
Found in app/assets/javascripts/details/views/list/list_view.js - About 1 hr to fix

    Function _setup has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      ListViewDataTable.prototype._setup = function(){
        var self = this;
        this.addThClass();
        this.setListViewConfig();
        if( this.el.length > 0 ){
    Severity: Minor
    Found in app/assets/javascripts/details/views/list/list_view.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status