labs-js/turbo-git-commit

View on GitHub
lib/commit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function showPrompts has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function showPrompts(tagTitle) {
        var commitText = '',
            tagTitleLength = tagTitle.length,
            fieldTexts = {
                'title': configParser.getCommitPromptText('title'),
Severity: Minor
Found in lib/commit.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status