labs-js/turbo-git-add

View on GitHub

Showing 1 of 1 total issue

Function Add has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function Add() {
        this.init = function() {
            var gitStatus = childProcess.exec('git status -s');

            gitStatus.stdout.on('data', function(data) {
Severity: Minor
Found in lib/add.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language