mynameistechno/finderjs

View on GitHub

Showing 2 of 4 total issues

Function navigate has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

finder.navigate = function navigate(cfg, value) {
  var active = finder.findLastActive(cfg);
  var target = null;
  var dir = value.direction;
  var item;
Severity: Minor
Found in index.js - About 1 hr to fix

    Function finder has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function finder(container, data, options) {
      var emitter = new EventEmitter();
      var cfg = extend(
        defaults,
        {
    Severity: Minor
    Found in index.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language