Showing 1 of 1 total issue
Function Add
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Add() {
this.init = function() {
var gitStatus = childProcess.exec('git status -s');
gitStatus.stdout.on('data', function(data) {