bjork24/tate

View on GitHub

Showing 1 of 1 total issue

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

  append: function(){
    var self = this;
    _.forEach(global.tate.data, function(data, file){
      var lines = self.bustFile(file);
      var ext = path.extname(file).replace('.','');
Severity: Minor
Found in lib/output.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language