doodzik/visual-acceptance-test

View on GitHub
src/time/last-commit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function past has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    past () {
        return new Promise((resolve, reject) => {
            shell.exec('git status -s', (_code, stdout) => {
                this.checkout = stdout.length == 0
                return this.git.stash(['--all']).then(() => {
Severity: Minor
Found in src/time/last-commit.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status