tandrewnichols/linenumber

View on GitHub

Showing 1 of 3 total issues

Function linenumber has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var linenumber = function(file, query, cb) {
    var process = function() {
      var matches = find.apply(null, arguments);
      if (cb && cb.length === 1) {
        cb(matches);
Severity: Minor
Found in lib/linenumber.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language