jsBoot/gulp-jsdoc

View on GitHub

Showing 3 of 3 total issues

Function Parser has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var Parser = function(infs){
    // Start by resolving defaults for the infos object
    infs = infs || {};

    var informations = {
Severity: Major
Found in lib/parser.js - About 2 hrs to fix

    Function Generator has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var Generator = function(destination, template, options){
        options = options || {};
    
        env.conf.tags = {
          allowUnknownTags: true
    Severity: Minor
    Found in lib/generator.js - About 2 hrs to fix

      Function streamParser has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        var streamParser = function (infos, name) {
          name = name || 'jsdoc.json';
      
          var firstFile = null;
          var readme = null;
      Severity: Minor
      Found in index.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language