SUSE/hackweek

View on GitHub
app/assets/javascripts/jquery.table-filter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addTableFilter has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.addTableFilter = function (options) {
    var o = $.extend({}, $.fn.addTableFilter.defaults, options),
      tgt,
      id,
      label,
Severity: Minor
Found in app/assets/javascripts/jquery.table-filter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status