labs-js/turbo-git-add

View on GitHub
lib/add.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status